mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
loginDialog: Remove manual insensitive tracking
StWidget does this for us now
This commit is contained in:
parent
ad5572f275
commit
aa30c6a323
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue