summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-26 14:21:44 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-26 14:21:44 -0400
commitb26c74e5dac0b5fd869d2c8cc7a0edb6b01aeebd (patch)
tree55a16d32528e7a17d65e3b408d981132dabb4dfc /gdk
parent76936193d59baf3b744061ef5219c7500e44abaf (diff)
downloadgtk+-b26c74e5dac0b5fd869d2c8cc7a0edb6b01aeebd.tar.gz
Deprecate and ignore gtk-menu-bar-accel setting
Use 'F10' by default.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/win32/gdkproperty-win32.c1
-rw-r--r--gdk/x11/gdksettings.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c
index e6dedd6288..5058f529f8 100644
--- a/gdk/win32/gdkproperty-win32.c
+++ b/gdk/win32/gdkproperty-win32.c
@@ -315,7 +315,6 @@ _gdk_win32_window_delete_property (GdkWindow *window,
"Gtk/IMStatusStyle\0" "gtk-im-status-style\0"
"Gtk/Modules\0" "gtk-modules\0"
"Gtk/FileChooserBackend\0" "gtk-file-chooser-backend\0"
- "Gtk/MenuBarAccel\0" "gtk-menu-bar-accel\0"
"Gtk/CursorThemeName\0" "gtk-cursor-theme-name\0"
"Gtk/CursorThemeSize\0" "gtk-cursor-theme-size\0"
"Gtk/TimeoutInitial\0" "gtk-timeout-initial\0"
diff --git a/gdk/x11/gdksettings.c b/gdk/x11/gdksettings.c
index 188afc40e5..d5ffb31cbb 100644
--- a/gdk/x11/gdksettings.c
+++ b/gdk/x11/gdksettings.c
@@ -40,7 +40,6 @@ static const struct {
{"Gtk/IMStatusStyle", "gtk-im-status-style"},
{"Gtk/Modules", "gtk-modules"},
{"Gtk/FileChooserBackend", "gtk-file-chooser-backend"},
- {"Gtk/MenuBarAccel", "gtk-menu-bar-accel"},
{"Gtk/CursorThemeName", "gtk-cursor-theme-name"},
{"Gtk/CursorThemeSize", "gtk-cursor-theme-size"},
{"Gtk/TimeoutInitial", "gtk-timeout-initial"},