[gnome-shell/wip/rstrode/rhel-8.0.0: 9/50] authPrompt: don't spin unless answering question
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/rstrode/rhel-8.0.0: 9/50] authPrompt: don't spin unless answering question
- Date: Sun, 17 Feb 2019 17:29:36 +0000 (UTC)
commit 31612927b208c7b04b03caca91ac2f3ac9a8020d
Author: Ray Strode <rstrode redhat com>
Date: Wed Sep 30 14:36:33 2015 -0400
authPrompt: don't spin unless answering question
js/gdm/authPrompt.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
index 0ad3d2338..f18ef41f2 100644
--- a/js/gdm/authPrompt.js
+++ b/js/gdm/authPrompt.js
@@ -66,8 +66,8 @@ var AuthPrompt = new Lang.Class({
this.connect('next', () => {
this.updateSensitivity(false);
- this.startSpinning();
if (this._queryingService) {
+ this.startSpinning();
this._userVerifier.answerQuery(this._queryingService, this._entry.text);
} else {
this._preemptiveAnswer = this._entry.text;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]