eperez correctly pointed out that there is no reason to disallow the

Tue, 01 May 2007 16:50:52 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Tue, 01 May 2007 16:50:52 +0000
changeset 16805
c4a08286d387
parent 16804
138496c841dc
child 16806
02eeec7ebe39

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));
 

mercurial