mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ class RunDialog extends ModalDialog.ModalDialog {
|
|||
}
|
||||
this._shouldFadeOut = false;
|
||||
this.close();
|
||||
Meta.restart(_("Restarting…"));
|
||||
Meta.restart(_('Restarting…'), global.context);
|
||||
}
|
||||
|
||||
open() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue