ScreenShield: fix regression from 2c627cad

A method was renamed but one call site was forgotten.
This commit is contained in:
Giovanni Campagna 2012-08-16 19:19:55 +02:00
parent ff25a5e251
commit b3b847fadd

View File

@ -583,7 +583,7 @@ const ScreenShield = new Lang.Class({
// The dialog must be kept alive,
// so immediately go back to it
// This will also reset _isLocked
this._showUnlockDialog(false);
this._ensureUnlockDialog();
return;
}