# HG changeset patch # User Elliott Sales de Andrade # Date 1330238446 0 # Node ID 293cd82fc0fcb1df4cdfb71a89d39e90193935ee # Parent 0a184aea3efd894ed37cf3b6372f316e4371e151 This Privacy senstivity-toggle can be rolled in with the others. diff -r 0a184aea3efd -r 293cd82fc0fc pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sun Feb 26 06:40:05 2012 +0000 +++ b/pidgin/gtkblist.c Sun Feb 26 06:40:46 2012 +0000 @@ -4549,6 +4549,7 @@ "/BList/BuddiesMenu/AddBuddy", "/BList/BuddiesMenu/AddChat", "/BList/BuddiesMenu/AddGroup", + "/BList/ToolsMenu/Privacy", }; static const int require_connection_size = sizeof(require_connection) @@ -4583,9 +4584,6 @@ action = gtk_ui_manager_get_action(gtkblist->ui, "/BList/BuddiesMenu/AddChat"); gtk_action_set_sensitive(action, pidgin_blist_joinchat_is_showable()); - action = gtk_ui_manager_get_action(gtkblist->ui, "/BList/ToolsMenu/Privacy"); - gtk_action_set_sensitive(action, sensitive); - action = gtk_ui_manager_get_action(gtkblist->ui, "/BList/ToolsMenu/RoomList"); gtk_action_set_sensitive(action, pidgin_roomlist_is_showable()); }