diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js index 74b89090c..1da02e5b4 100644 --- a/js/ui/components/polkitAgent.js +++ b/js/ui/components/polkitAgent.js @@ -391,7 +391,6 @@ var AuthenticationDialog = GObject.registerClass({ } cancel() { - this.close(global.get_current_time()); this._emitDone(true); }