mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
polkitAgent: Fix closing dialog properly
When pressing the close button on the dialog the polkit request isn't
completed leaving the polkit agent blocked unable to handle new
requests.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2761>
(cherry picked from commit c57f4a1c73)
This commit is contained in:
parent
2a6306c498
commit
2dc00b9c0e
1 changed files with 0 additions and 1 deletions
|
|
@ -391,7 +391,6 @@ var AuthenticationDialog = GObject.registerClass({
|
|||
}
|
||||
|
||||
cancel() {
|
||||
this.close(global.get_current_time());
|
||||
this._emitDone(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue