changeset 19734:0844b0638f0b

The 'Send Emoticons' preferences (which is only configurable if MSIM_USER_WANTS_TO_DISABLE_EMOTICONS is defined) defaults to TRUE when used, a reasonable default. The preference, if MSIM_USER_WANTS_TO_DISABLE_EMOTICONS is defined, should do the same.
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 11 Sep 2007 14:14:11 +0000
parents 7a478b174ac9
children f598c0d9f7dd
files libpurple/protocols/myspace/myspace.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Tue Sep 11 13:50:03 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Tue Sep 11 14:14:11 2007 +0000
@@ -3280,7 +3280,7 @@
 #endif
 
 #ifdef MSIM_USER_WANTS_TO_DISABLE_EMOTICONS
-	option = purple_account_option_bool_new(_("Send emoticons"), "emoticons", FALSE);
+	option = purple_account_option_bool_new(_("Send emoticons"), "emoticons", TRUE);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
 #endif