libpurple/protocols/jabber/xmpp.c

changeset 37198
5813479c8e02
parent 37163
bdaa6ae19356
child 38240
0552f69f1996
--- a/libpurple/protocols/jabber/xmpp.c	Mon Jul 13 22:18:51 2015 -0700
+++ b/libpurple/protocols/jabber/xmpp.c	Thu Jul 16 14:11:57 2015 -0400
@@ -80,10 +80,7 @@
 						  option);
 
 	option = purple_account_option_string_new(_("File transfer proxies"),
-						  "ft_proxies",
-						/* TODO: Is this an acceptable default?
-						 * Also, keep this in sync as they add more servers */
-						  JABBER_DEFAULT_FT_PROXIES);
+						  "ft_proxies", NULL);
 	protocol->account_options = g_list_append(protocol->account_options,
 						  option);
 

mercurial