# HG changeset patch # User Will Thompson # Date 1199018216 0 # Node ID 5c3c79fcc8491673707f2b25dbf695149b8786f1 # Parent b693b6cbeae464ef8fa6fd0b2f8df99f7934298d I think that now that it's easy to re-enable accounts that got a connection error, this TODO is obsolete. diff -r b693b6cbeae4 -r 5c3c79fcc849 pidgin/gtkconn.c --- a/pidgin/gtkconn.c Sat Dec 29 23:27:11 2007 +0000 +++ b/pidgin/gtkconn.c Sun Dec 30 12:36:56 2007 +0000 @@ -162,11 +162,6 @@ if (info != NULL) g_hash_table_remove(auto_reconns, account); - /* - * TODO: Do we really want to disable the account when it's - * disconnected by wants_to_die? This happens when you sign - * on from somewhere else, or when you enter an invalid password. - */ purple_account_set_enabled(account, PIDGIN_UI, FALSE); }