fix stupid thinko which caused defaults to be incorrect "space" needs to

2008-10-23  Thomas Thurman  <tthurman@gnome.org>

        * src/core/schema-bindings.c: fix stupid thinko which
          caused defaults to be incorrect
        * src/include/window-bindings.h: "space" needs to be
          lowercase


svn path=/trunk/; revision=3992
This commit is contained in:
Thomas Thurman
2008-10-23 04:27:31 +00:00
committed by Thomas James Alexander Thurman
parent ab9bdf228b
commit bb539466d5
3 changed files with 9 additions and 17 deletions

View File

@ -44,7 +44,7 @@
keybind (activate_window_menu, handle_activate_window_menu, 0,
BINDING_PER_WINDOW, "<Alt>Space",
BINDING_PER_WINDOW, "<Alt>space",
_("Activate the window menu"))
keybind (toggle_fullscreen, handle_toggle_fullscreen, 0, BINDING_PER_WINDOW,
NULL,