[gnome-shell] loginDialog: correct typo



commit d730fd0a5fbe30ee2bc67328d6a3e429e7cfac61
Author: Ray Strode <rstrode redhat com>
Date:   Wed Jul 24 11:25:02 2013 -0400

    loginDialog: correct typo
    
    commit 7e7295f259febf34c89659a9bcb05f9924fa1976 introduced a typo
    (LOGIN instead of LOG_IN).
    
    The follow up commit fixes that.

 js/gdm/loginDialog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 46478aa..1651af9 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -449,7 +449,7 @@ const LoginDialog = new Lang.Class({
                                      x_fill: true,
                                      y_fill: true });
 
-        this._authPrompt = new AuthPrompt.AuthPrompt(gdmClient, AuthPrompt.AuthPromptMode.UNLOCK_OR_LOGIN);
+        this._authPrompt = new AuthPrompt.AuthPrompt(gdmClient, AuthPrompt.AuthPromptMode.UNLOCK_OR_LOG_IN);
         this._authPrompt.connect('prompted', Lang.bind(this, this._onPrompted));
         this._authPrompt.connect('reset', Lang.bind(this, this._reset));
         this._authPrompt.hide();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]