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;
|
let keys = dialog.confirmButtons[i].key;
|
||||||
buttons.push({
|
buttons.push({
|
||||||
action: () => {
|
action: () => {
|
||||||
this.close();
|
|
||||||
let signalId = this.connect('closed',
|
let signalId = this.connect('closed',
|
||||||
() => {
|
() => {
|
||||||
this.disconnect(signalId);
|
this.disconnect(signalId);
|
||||||
this._confirm(signal);
|
this._confirm(signal);
|
||||||
});
|
});
|
||||||
|
this.close();
|
||||||
},
|
},
|
||||||
label: label,
|
label: label,
|
||||||
key: keys
|
key: keys
|
||||||
|
|
Loading…
Add table
Reference in a new issue