[gnome-characters/bilelmoussaoui/gtk4: 12/27] about dialog: stop handling response signal




commit 8be339f103c31e2d728c72aacb4c17b00bc792fd
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]