diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js index f239ec821..fdf6c4ed8 100644 --- a/js/ui/runDialog.js +++ b/js/ui/runDialog.js @@ -251,6 +251,7 @@ __proto__: ModalDialog.ModalDialog.prototype, if (!this.pushModal()) this.close(); } + return true; } if (symbol == Clutter.Escape) { this.close();