[gnome-shell] runDialog: Pass context to Meta.restart()



commit a6995a3892470717486bc6e910d742476bdc8149
Author: Jonas Ådahl <jadahl gmail com>
Date:   Tue May 31 12:59:56 2022 +0200

    runDialog: Pass context to Meta.restart()
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2316>

 js/ui/runDialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js
index 2fda4e2082..037d1cb433 100644
--- a/js/ui/runDialog.js
+++ b/js/ui/runDialog.js
@@ -240,7 +240,7 @@ class RunDialog extends ModalDialog.ModalDialog {
         }
         this._shouldFadeOut = false;
         this.close();
-        Meta.restart(_("Restarting…"));
+        Meta.restart(_('Restarting…'), global.context);
     }
 
     open() {


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