src/gtkblist.c

changeset 8938
d13ed7491e43
parent 8937
b436e9cbd701
child 8939
ec2ecc652447
--- a/src/gtkblist.c	Sat May 15 21:56:17 2004 +0000
+++ b/src/gtkblist.c	Sat May 15 22:39:09 2004 +0000
@@ -2892,6 +2892,9 @@
 
 	widget = gtk_item_factory_get_widget(gtkblist->ift, N_("/Tools/Room List"));
 	gtk_widget_set_sensitive(widget, gaim_roomlist_is_showable());
+
+	widget = gtk_item_factory_get_widget(gtkblist->ift, N_("/Tools/Privacy"));
+	gtk_widget_set_sensitive(widget, gaim_gtk_privacy_is_showable());
 }
 
 /* this is called on all sorts of signals, and we have no reason to pass

mercurial