[gnome-characters/bilelmoussaoui/gtk4: 13/76] about dialog: stop handling response signal
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters/bilelmoussaoui/gtk4: 13/76] about dialog: stop handling response signal
- Date: Fri, 26 Nov 2021 08:59:04 +0000 (UTC)
commit d52aae4f54b4d12f700268befaed8867f6a929ea
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Fri Nov 19 12:18:48 2021 +0100
about dialog: stop handling response signal
close is already the default response
src/window.js | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index df96380..1815e7c 100644
--- a/src/window.js
+++ b/src/window.js
@@ -208,9 +208,6 @@ var MainWindow = GObject.registerClass({
});
aboutDialog.show();
- aboutDialog.connect('response', function() {
- aboutDialog.destroy();
- });
}
_updateTitle(title) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]