ScreenShield: fix regression from 2c627cad
A method was renamed but one call site was forgotten.
This commit is contained in:
parent
ff25a5e251
commit
b3b847fadd
@ -583,7 +583,7 @@ const ScreenShield = new Lang.Class({
|
|||||||
// The dialog must be kept alive,
|
// The dialog must be kept alive,
|
||||||
// so immediately go back to it
|
// so immediately go back to it
|
||||||
// This will also reset _isLocked
|
// This will also reset _isLocked
|
||||||
this._showUnlockDialog(false);
|
this._ensureUnlockDialog();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user