Updating 44/hibernate-status to version 1.13 [d3280b8].
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c2040beebc
commit
38399df89c
1 changed files with 1 additions and 1 deletions
|
@ -164,12 +164,12 @@ class ConfirmDialog extends ModalDialog.ModalDialog {
|
|||
let keys = dialog.confirmButtons[i].key;
|
||||
buttons.push({
|
||||
action: () => {
|
||||
this.close();
|
||||
let signalId = this.connect('closed',
|
||||
() => {
|
||||
this.disconnect(signalId);
|
||||
this._confirm(signal);
|
||||
});
|
||||
this.close();
|
||||
},
|
||||
label: label,
|
||||
key: keys
|
||||
|
|
Loading…
Add table
Reference in a new issue