windowManager: Adapt to mutter API change

https://bugzilla.gnome.org/show_bug.cgi?id=673014
This commit is contained in:
Florian Müllner 2012-04-16 23:50:59 +02:00 committed by Jasper St. Pierre
parent 5046938913
commit 731317230a

View File

@ -136,7 +136,7 @@ const WindowManager = new Lang.Class({
Meta.keybindings_set_custom_handler('switch-panels',
Lang.bind(this, this._startA11ySwitcher));
global.display.add_keybinding('open-application-menu',
SHELL_KEYBINDINGS_SCHEMA,
new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }),
Meta.KeyBindingFlags.NONE,
Lang.bind(this, this._openAppMenu));