main: Add an ALL value to KeybindingMode

https://bugzilla.gnome.org/show_bug.cgi?id=682315
This commit is contained in:
Rui Matos 2012-11-30 01:26:49 +01:00
parent 2008feb7da
commit a42d35deab

View File

@ -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;