Reintroduce run dialog

Fix regression from 92d8d65543, bad rebase.
This commit is contained in:
Giovanni Campagna 2012-09-05 01:04:44 +02:00
parent eda17defb2
commit 110d58bbc3

View File

@ -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();
}