qulogic/pidgin

This Privacy senstivity-toggle can be rolled in with the others.
cpw.qulogic.gtk3
2012-02-26, Elliott Sales de Andrade
f327a1a6fb63
Parents 5865612d7e2d
Children d6c59579a899
This Privacy senstivity-toggle can be rolled in with the others.
--- 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());
}