diff src/gtkstatusselector.c @ 10404:ce098e226486

[gaim-migrate @ 11649] Make some things better, and some whitespace cleanup. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 24 Dec 2004 00:05:36 +0000
parents 6a043ae92db6
children 6feef0a9098a
line wrap: on
line diff
--- a/src/gtkstatusselector.c	Thu Dec 23 20:13:54 2004 +0000
+++ b/src/gtkstatusselector.c	Fri Dec 24 00:05:36 2004 +0000
@@ -183,14 +183,13 @@
 
 	g_signal_connect(G_OBJECT(entry), "key_press_event",
 	                 G_CALLBACK(key_press_cb), selector);
-#if 0
 	gaim_signal_connect(gaim_connections_get_handle(), "signed-on",
 	                    selector, GAIM_CALLBACK(signed_on_off_cb),
 	                    selector);
 	gaim_signal_connect(gaim_connections_get_handle(), "signed-off",
 	                    selector, GAIM_CALLBACK(signed_on_off_cb),
 	                    selector);
-#endif 
+
 	rebuild_list(selector);
 }
 
@@ -299,7 +298,7 @@
 		{
 			GaimAccount *account = (GaimAccount*)l->data;
 			GaimStatusType *status_type;
-			
+
 			if (!gaim_account_get_enabled(account, GAIM_GTK_UI))
 				continue;
 
@@ -359,7 +358,7 @@
 		{
 			GaimAccount *account = (GaimAccount*)l->data;
 			GaimStatusType *status_type;
-			
+
 			if (!gaim_account_get_enabled(account, GAIM_GTK_UI))
 				continue;