[gnome-shell/wip/message-tray: 12/14] loginDialog: Remove manual insensitive tracking



commit b75a0ee8b678e95c55208f35a49ea9859590c92e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Aug 1 17:38:00 2012 -0300

    loginDialog: Remove manual insensitive tracking
    
    StWidget does this for us now

 js/gdm/loginDialog.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 39434cf..5c60d24 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -974,7 +974,6 @@ const LoginDialog = new Lang.Class({
                      function() {
                          this._promptFingerprintMessage.hide();
                          this._promptEntry.reactive = true;
-                         this._promptEntry.remove_style_pseudo_class('insensitive');
                          this._promptEntry.set_text('');
                      }];
 
@@ -994,7 +993,6 @@ const LoginDialog = new Lang.Class({
                      function() {
                          let _text = this._promptEntry.get_text();
                          this._promptEntry.reactive = false;
-                         this._promptEntry.add_style_pseudo_class('insensitive');
                          this._userVerifier.answerQuery(serviceName, _text);
                      }];
 



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