mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue