diff src/gtkconn.c @ 5885:02569519d0cc

[gaim-migrate @ 6317] The away and protocol menus now update when an account is signed on or off. The very last of the UI is gone from connection.c, except for a couple things commented out. I think everything works there again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 07:31:20 +0000
parents f5b0c6073264
children 1b56a833d665
line wrap: on
line diff
--- a/src/gtkconn.c	Sun Jun 15 07:19:59 2003 +0000
+++ b/src/gtkconn.c	Sun Jun 15 07:31:20 2003 +0000
@@ -213,6 +213,11 @@
 {
 	struct signon_meter *meter = find_signon_meter(gc);
 
+	gaim_setup(gc);
+
+	do_away_menu();
+	do_proto_menu();
+
 	if(meter)
 		kill_meter(meter, _("Done."));
 }
@@ -227,6 +232,8 @@
 	struct signon_meter *meter = find_signon_meter(gc);
 
 	update_privacy_connections();
+	do_away_menu();
+	do_proto_menu();
 
 	if(meter)
 		kill_meter(meter, _("Done."));