changeset 13001:4bbd39576c52

[gaim-migrate @ 15354] I just noticed this. Tools -> Privacy needs to be greyed out when there are no accounts online. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Jan 2006 01:53:09 +0000
parents a4ac07e7b077
children 59d38526a6fe
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Mon Jan 23 01:50:17 2006 +0000
+++ b/src/gtkblist.c	Mon Jan 23 01:53:09 2006 +0000
@@ -3172,6 +3172,7 @@
 	gtk_widget_set_sensitive(widget, (gaim_connections_get_all() != NULL));
 
 	widget = gtk_item_factory_get_widget(gtkblist->ift, N_("/Tools/Privacy"));
+	gtk_widget_set_sensitive(widget, (gaim_connections_get_all() != NULL));
 
 	widget = gtk_item_factory_get_widget(gtkblist->ift, N_("/Tools/Room List"));
 	gtk_widget_set_sensitive(widget, gaim_gtk_roomlist_is_showable());