| 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) { |