From 110d58bbc39171d595496c3d487ccf28115bdd02 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 5 Sep 2012 01:04:44 +0200 Subject: [PATCH] Reintroduce run dialog Fix regression from 92d8d65543c7f3577ea2618a8db46952817106e2, bad rebase. --- js/ui/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/main.js b/js/ui/main.js index 63c4be62f..ff11cc5e2 100644 --- a/js/ui/main.js +++ b/js/ui/main.js @@ -70,6 +70,7 @@ let _overridesSettings = null; let background = null; function _sessionUpdated() { + Meta.keybindings_set_custom_handler('panel-run-dialog', sessionMode.hasRunDialog ? openRunDialog : null); if (sessionMode.isGreeter) screenShield.showDialog(); }