changeset 16760:a836be6f3b3a

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
author Ethan Blanton <elb@pidgin.im>
date Tue, 01 May 2007 16:50:52 +0000
parents 70d1df2eafeb
children d9377d6b9e7c
files pidgin/gtkblist.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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));