1
0
Fork 0

Updating 44/hibernate-status to version 1.13 [d3280b8].

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 19:42:07 +01:00
parent c2040beebc
commit 38399df89c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -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