src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:08:44 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:08:44 +0000 (17:08 +0800)
src/Builder4/MainWindow.vala

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

index 44ad3cf..1131b9e 100644 (file)
           },
           {
            "listeners" : {
-            "button_press_event" : "() => {\n\tif (_this.windowstate.file == null) {\n\t\treturn true;\n\t}\n\t_this.windowstate.valasource.spawnExecute(_this.windowstate.file);\n\t\n\t_this.windowstate.compile_errors.show(this.el);\n\t\n\treturn true;\n}"
+            "button_press_event" : "() => {\n\tif (_this.windowstate.file == null) {\n\t\treturn true;\n\t}\n\t_this.windowstate.valasource.spawnExecute(_this.windowstate.file);\n\t\n\t_this.windowstate.compile_results.show(this.el,true);\n\t\n\treturn true;\n}"
            },
            "bool always_show_image" : true,
            "id" : "statusbar_run",
index 7c1cdee..a3a281f 100644 (file)
@@ -2601,7 +2601,7 @@ public class Xcls_MainWindow : Object
                }
                _this.windowstate.valasource.spawnExecute(_this.windowstate.file);
                
-               _this.windowstate.compile_errors.show(this.el);
+               _this.windowstate.compile_results.show(this.el,true);
                
                return true;
             });