mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 2 deletions
|
|
@ -540,8 +540,7 @@ const ShellUserVerifier = new Lang.Class({
|
|||
let signalId = this.connect('no-more-messages',
|
||||
Lang.bind(this, function() {
|
||||
this.disconnect(signalId);
|
||||
if (this._failCounter != 0)
|
||||
this._retry();
|
||||
this._retry();
|
||||
}));
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue