changeset 21962:5c3c79fcc849

I think that now that it's easy to re-enable accounts that got a connection error, this TODO is obsolete.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 30 Dec 2007 12:36:56 +0000
parents b693b6cbeae4
children 1796af35d1aa
files pidgin/gtkconn.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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);
 	}