windowManager: Allow toggle-message-tray action in overview

The corresponding action mode was dropped accidentally in commit 08d2e61
when changing the shortcut to open the calendar drop-down instead.
This commit is contained in:
Florian Müllner 2015-03-06 18:02:57 +01:00
parent 8eb0782f25
commit 8aa1765f24

View File

@ -840,6 +840,7 @@ const WindowManager = new Lang.Class({
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
Meta.KeyBindingFlags.NONE,
Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW |
Shell.ActionMode.POPUP,
Lang.bind(this, this._toggleCalendar));