# HG changeset patch # User Ethan Blanton # Date 1178038252 0 # Node ID a836be6f3b3a9636df057e8571d92e441579d70c # Parent 70d1df2eafeb10db3819f42ae4ece757417fc9a5 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 diff -r 70d1df2eafeb -r a836be6f3b3a pidgin/gtkblist.c --- 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));