[gnome-shell] windowManager: Fix the name of the keybinding



commit 6dcc3d637fbbc03d182924884c6158f1aaa6efe0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jan 14 17:58:51 2014 -0500

    windowManager: Fix the name of the keybinding

 js/ui/windowManager.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
index a408014..ab4aced 100644
--- a/js/ui/windowManager.js
+++ b/js/ui/windowManager.js
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]