# HG changeset patch # User Stu Tomlinson # Date 1117109713 0 # Node ID 77cb56ff14e1b0849ab22796b1af299d1e1d3e9d # Parent cef48e3181256915d9718fc5326fcf9096173fe0 [gaim-migrate @ 12733] If we've reconnected, remove the account from the hash table of disconnected accounts committer: Tailor Script diff -r cef48e318125 -r 77cb56ff14e1 plugins/autorecon.c --- a/plugins/autorecon.c Thu May 26 04:13:06 2005 +0000 +++ b/plugins/autorecon.c Thu May 26 12:15:13 2005 +0000 @@ -202,11 +202,13 @@ g_return_if_fail(gc != NULL); + account = gaim_connection_get_account(gc); + + g_hash_table_remove(hash, account); + if (accountReconnecting == NULL) return; - account = gaim_connection_get_account(gc); - accountReconnecting = g_slist_remove(accountReconnecting, account); }