src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 17 May 2015 08:35:13 +0000 (16:35 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 17 May 2015 08:35:13 +0000 (16:35 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index e73dc7a..ccd43df 100644 (file)
           },
           {
            "listeners" : {
-            "activate" : "() => {\n    _this.windowstate.vala_compile_errors.show(this.notices, this.el);\n}"
+            "activate" : "() => {\n    _this.windowstate.vala_compile_errors.show(this.notices, this.el);\n}",
+            "button_press_event" : ""
            },
            "bool always_show_image" : true,
            "id" : "statusbar_depricated",
index 0850139..995fc9e 100644 (file)
@@ -2408,6 +2408,7 @@ public class Xcls_MainWindow : Object
             this.el.activate.connect( () => {
                 _this.windowstate.vala_compile_errors.show(this.notices, this.el);
             });
+            this.el.button_press_event.connect( );
         }
 
         // user defined functions