list "Gtk/MenuBarAccel", allow to configure the menubar shortcut (Closes:

2005-05-11  Sebastien Bacher  <seb128@debian.org>

        * gnome-settings-xsettings.c: list "Gtk/MenuBarAccel", allow to
        configure the menubar shortcut (Closes: #120859).
This commit is contained in:
Sebastien Bacher 2005-05-11 11:25:49 +00:00 committed by Sebastien Bacher
parent 625286cf6e
commit 2373a10183
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-05-11 Sebastien Bacher <seb128@debian.org>
* gnome-settings-xsettings.c: list "Gtk/MenuBarAccel", allow to
configure the menubar shortcut (Closes: #120859).
2005-03-14 Kjartan Maraas <kmaraas@gnome.org>
* gnome-settings-accessibility-keyboard.c: (set_server_from_gconf),

View file

@ -131,6 +131,8 @@ static TranslationEntry translations [] = {
GCONF_VALUE_STRING, translate_string_string },
{ "/desktop/gnome/interface/menus_have_icons", "Gtk/MenuImages",
GCONF_VALUE_BOOL, translate_bool_int },
{ "/desktop/gnome/interface/menubar_accel", "Gtk/MenuBarAccel",
GCONF_VALUE_STRING, translate_string_string },
};
static TranslationEntry*