[gnome-shell/eos3.8: 146/255] fixup! Add a dialog to force quit applications



commit 6ae98b9b3e31fc672754987514268d55d5165bdb
Author: Andre Moreira Magalhaes <andre endlessm com>
Date:   Fri Mar 27 16:40:13 2020 -0300

    fixup! Add a dialog to force quit applications
    
    Replace deprecated/removed Clutter symbols with correct ones.
    
    https://phabricator.endlessm.com/T28780

 js/ui/forceAppExitDialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/forceAppExitDialog.js b/js/ui/forceAppExitDialog.js
index 9997c6bc1a..f369285813 100644
--- a/js/ui/forceAppExitDialog.js
+++ b/js/ui/forceAppExitDialog.js
@@ -77,7 +77,7 @@ class ForceAppExitDialog extends ModalDialog.ModalDialog {
         this._cancelButton = this.addButton({
             action: this.close.bind(this),
             label: _('Cancel'),
-            key: Clutter.Escape,
+            key: Clutter.KEY_Escape,
         });
 
         let appSystem = Shell.AppSystem.get_default();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]