Revert "gdmUtil: Fix auth prompt drawing over user list"
This reverts commit 875a1d6159
.
(this was pushed accidentally, isn't the right patch, and lacks
a bug reference)
This commit is contained in:
parent
bdc15d680a
commit
e3330b638a
@ -540,8 +540,7 @@ const ShellUserVerifier = new Lang.Class({
|
|||||||
let signalId = this.connect('no-more-messages',
|
let signalId = this.connect('no-more-messages',
|
||||||
Lang.bind(this, function() {
|
Lang.bind(this, function() {
|
||||||
this.disconnect(signalId);
|
this.disconnect(signalId);
|
||||||
if (this._failCounter != 0)
|
this._retry();
|
||||||
this._retry();
|
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user