loginDialog: Provide a finish method
The screenShield expects to be able to call finish on the dialog.
This commit is contained in:
parent
b7b1260540
commit
c59cf18337
@ -921,5 +921,9 @@ const LoginDialog = new Lang.Class({
|
||||
addCharacter: function(unichar) {
|
||||
this._authPrompt.addCharacter(unichar);
|
||||
},
|
||||
|
||||
finish: function(onComplete) {
|
||||
this._authPrompt.finish(onComplete);
|
||||
},
|
||||
});
|
||||
Signals.addSignalMethods(LoginDialog.prototype);
|
||||
|
Loading…
Reference in New Issue
Block a user