runDialog: Pass context to Meta.restart()
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2316>
This commit is contained in:
parent
39bc996095
commit
a6995a3892
@ -240,7 +240,7 @@ class RunDialog extends ModalDialog.ModalDialog {
|
||||
}
|
||||
this._shouldFadeOut = false;
|
||||
this.close();
|
||||
Meta.restart(_("Restarting…"));
|
||||
Meta.restart(_('Restarting…'), global.context);
|
||||
}
|
||||
|
||||
open() {
|
||||
|
Loading…
Reference in New Issue
Block a user