Tue, 01 May 2007 16:50:52 +0000
eperez correctly pointed out that there is no reason to disallow the
editing/creation of buddy pounces simply because there is no account
online.
Fixes: #481
| pidgin/gtkblist.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkblist.c Tue May 01 14:52:42 2007 +0000 +++ b/pidgin/gtkblist.c Tue May 01 16:50:52 2007 +0000 @@ -3550,9 +3550,6 @@ widget = gtk_item_factory_get_widget(gtkblist->ift, N_("/Buddies/Add Chat...")); gtk_widget_set_sensitive(widget, pidgin_blist_joinchat_is_showable()); - widget = gtk_item_factory_get_widget(gtkblist->ift, N_("/Tools/Buddy Pounces")); - gtk_widget_set_sensitive(widget, (purple_accounts_get_all() != NULL)); - widget = gtk_item_factory_get_widget(gtkblist->ift, N_("/Tools/Privacy")); gtk_widget_set_sensitive(widget, (purple_connections_get_all() != NULL));