From 3c386e0c503f70186f8a49281803137c51940624 Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Mon, 6 Aug 2012 10:21:56 +0200 Subject: [PATCH] gdm: reset cancellable if cancelled. Otherwise the second attempt tot login after pressing "escape" key on the login "freeze" and raise an exception about IOError operation cancelled. https://bugzilla.gnome.org/show_bug.cgi?id=681537 --- js/gdm/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/gdm/util.js b/js/gdm/util.js index 83b0fe078..d07d1b2e5 100644 --- a/js/gdm/util.js +++ b/js/gdm/util.js @@ -106,6 +106,7 @@ const ShellUserVerifier = new Lang.Class({ if (this._userVerifier) this._userVerifier.call_cancel_sync(null); + this._cancellable = new Gio.Cancellable(); }, clear: function() {