src/gtkblist.c

changeset 8235
00045afab151
parent 8222
a2b64e84a967
child 8252
15c6f400498a
--- a/src/gtkblist.c	Thu Feb 12 03:12:54 2004 +0000
+++ b/src/gtkblist.c	Thu Feb 12 05:26:52 2004 +0000
@@ -2524,7 +2524,10 @@
 static void
 signed_on_off_cb(GaimConnection *gc, GaimBuddyList *blist)
 {
+	GaimGtkBuddyList *gtkblist = blist->ui_data;
+	
 	gaim_gtk_blist_update_protocol_actions();
+	gaim_gtkpounce_menu_build(gtkblist->bpmenu);
 }
 
 /* this is called on all sorts of signals, and we have no reason to pass

mercurial