[gnome-characters/bilelmoussaoui/gtk4: 12/71] about dialog: stop handling response signal
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters/bilelmoussaoui/gtk4: 12/71] about dialog: stop handling response signal
- Date: Thu, 25 Nov 2021 11:03:10 +0000 (UTC)
commit 5305a004d6e518c38256b0a2d5cb40b3205a50e4
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]