patch from Christian - Manny Calavera - Neumair <chris@gnome-de.org>, add

2005-01-13  Sebastien Bacher  <seb128@debian.org>

        * gnome-ui-properties.c: (setup_dialog):
        * gnome-ui-properties.glade:
        patch from Christian - Manny Calavera - Neumair <chris@gnome-de.org>,
        add an option in the UI to activate menus accelators changes
        (Closes: #148013).
This commit is contained in:
Sebastien Bacher 2005-01-13 00:56:07 +00:00 committed by Sebastien Bacher
parent bb70335535
commit 6e29105c35
3 changed files with 61 additions and 9 deletions

View file

@ -230,6 +230,9 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset)
"value_changed",
G_CALLBACK (toolbar_detachable_cb), dialog);
peditor = gconf_peditor_new_boolean
(changeset, "/desktop/gnome/interface/can_change_accels", WID ("menu_accel_toggle"), NULL);
peditor = gconf_peditor_new_boolean
(changeset, "/desktop/gnome/interface/menus_have_icons", WID ("menu_icons_toggle"), NULL);
g_signal_connect (peditor,