diff src/gtkconn.c @ 12296:2f4577ae3810

[gaim-migrate @ 14600] I give you an Accounts menu. The patch is up at http://www.eden.rutgers.edu/~deryni/accounts_menu.diff in case people hate it and want it gone. Currently there is both a Remove Account menu, and a Remove option for each account. I couldn't decide which I liked better and didn't get any good consensus about it the times I asked. I also left the Accounts dialog and menu item, because there are still a few things that you can only do (or are much easier) from there. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 02 Dec 2005 19:33:14 +0000
parents f28e51bf9be8
children 7c7cb03e5475
line wrap: on
line diff
--- a/src/gtkconn.c	Fri Dec 02 19:05:18 2005 +0000
+++ b/src/gtkconn.c	Fri Dec 02 19:33:14 2005 +0000
@@ -111,7 +111,6 @@
 	accountReconnecting = g_slist_remove(accountReconnecting, account);
 	if (accountReconnecting == NULL)
 		gtk_gaim_status_box_set_error(GTK_GAIM_STATUS_BOX(gtkblist->statusbox), NULL);
-	gaim_gtk_blist_update_protocol_actions();
 }
 
 static void gaim_gtk_connection_disconnected(GaimConnection *gc)
@@ -123,7 +122,6 @@
 					   (gaim_connections_get_connecting() != NULL));
 	gtk_gaim_status_box_set_connecting(find_status_box_for_account(gc->account),
 									FALSE);
-	gaim_gtk_blist_update_protocol_actions();
 
 	if (gaim_connections_get_all() != NULL)
 		return;