diff --git a/js/ui/status/thunderbolt.js b/js/ui/status/thunderbolt.js index 4584748ed..3d7a9614a 100644 --- a/js/ui/status/thunderbolt.js +++ b/js/ui/status/thunderbolt.js @@ -195,7 +195,7 @@ var AuthRobot = new Lang.Class({ if (this._enrolling) return; - this.enrolling = true; + this._enrolling = true; GLib.idle_add(GLib.PRIORITY_DEFAULT, this._enrollDevicesIdle.bind(this)); },