[gnome-shell] main: Add an ALL value to KeybindingMode



commit a42d35deab818ee31a5f19edee9ef1ed7bd623dd
Author: Rui Matos <tiagomatos gmail com>
Date:   Fri Nov 30 01:26:49 2012 +0100

    main: Add an ALL value to KeybindingMode
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682315

 js/ui/main.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index 624a17a..e1b5837 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -49,7 +49,8 @@ const KeybindingMode = {
     LOGIN_SCREEN:  1 << 4,
     MESSAGE_TRAY:  1 << 5,
     SYSTEM_MODAL:  1 << 6,
-    LOOKING_GLASS: 1 << 7
+    LOOKING_GLASS: 1 << 7,
+    ALL:           ~0,
 };
 
 let componentManager = null;



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