pidgin/gtkconn.c

changeset 41392
b5c84f55d5d2
parent 41320
1695e758b590
child 41454
7cc69bde919d
equal deleted inserted replaced
41390:628971e4ecdf 41392:b5c84f55d5d2
124 info->timeout = g_timeout_add_seconds(info->delay, do_signon, account); 124 info->timeout = g_timeout_add_seconds(info->delay, do_signon, account);
125 } else { 125 } else {
126 if (info != NULL) 126 if (info != NULL)
127 g_hash_table_remove(auto_reconns, account); 127 g_hash_table_remove(auto_reconns, account);
128 128
129 purple_account_set_enabled(account, PIDGIN_UI, FALSE); 129 purple_account_set_enabled(account, FALSE);
130 } 130 }
131 } 131 }
132 132
133 static void 133 static void
134 pidgin_connection_network_connected(void) { 134 pidgin_connection_network_connected(void) {

mercurial