libpurple/protocols/oscar/icq.c

changeset 37759
35e8677c6ce5
parent 37163
bdaa6ae19356
child 37761
4b57eced35d5
--- a/libpurple/protocols/oscar/icq.c	Thu Apr 21 09:40:21 2016 +0200
+++ b/libpurple/protocols/oscar/icq.c	Tue May 03 14:04:15 2016 -0400
@@ -55,7 +55,7 @@
 	oscar_init_account_options(protocol);
 
 	option = purple_account_option_string_new(_("Server"), "server", oscar_get_login_server(TRUE, TRUE));
-	protocol->account_options = g_list_append(protocol->account_options, option);
+	protocol->account_options = g_list_prepend(protocol->account_options, option);
 
 	option = purple_account_option_string_new(_("Encoding"), "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING);
 	protocol->account_options = g_list_append(protocol->account_options, option);

mercurial