windowManager: Fix the name of the keybinding

This commit is contained in:
Jasper St. Pierre 2014-01-14 17:58:51 -05:00
parent 9bb4d17e31
commit 6dcc3d637f

View File

@ -556,7 +556,7 @@ const WindowManager = new Lang.Class({
Shell.KeyBindingMode.LOGIN_SCREEN,
Lang.bind(this, this._startA11ySwitcher));
this.addKeybinding('toggle-tweens',
this.addKeybinding('pause-resume-tweens',
new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }),
Meta.KeyBindingFlags.NONE,
Shell.KeyBindingMode.ALL,