libpurple/protocols/jabber/xmpp.c

changeset 38240
0552f69f1996
parent 38082
63975292a852
parent 37198
5813479c8e02
child 38358
30ba44276e74
--- a/libpurple/protocols/jabber/xmpp.c	Sun Jan 08 15:02:00 2017 -0800
+++ b/libpurple/protocols/jabber/xmpp.c	Fri Mar 10 20:36:55 2017 -0600
@@ -89,8 +89,9 @@
 	protocol->account_options = g_list_append(protocol->account_options,
 						  option);
 
-	/* this should probably be part of global smiley theme settings later on,
-	  shared with MSN */
+	/* this should probably be part of global smiley theme settings
+	 * later on
+	 */
 	option = purple_account_option_bool_new(_("Show Custom Smileys"),
 		"custom_smileys", TRUE);
 	protocol->account_options = g_list_append(protocol->account_options,

mercurial