src/Builder4/ValaCompileErrors.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 18 May 2015 08:35:31 +0000 (16:35 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 May 2015 08:35:31 +0000 (16:35 +0800)
src/Builder4/ValaCompileErrors.vala

src/Builder4/ValaCompileErrors.bjs
src/Builder4/ValaCompileErrors.vala

index 2cf4626..da9e323 100644 (file)
@@ -39,7 +39,7 @@
         },
         {
          "listeners" : {
-          "clicked" : "() => {\n    // is the file managed by the builder?\n    \n    var f = _this.sourceview.curfname;\n    \n    var p = _this.window.windowstate.\n\n\n}"
+          "clicked" : "() => {\n    // is the file managed by the builder?\n    \n    var f = _this.sourceview.curfname;\n    \n    var p = _this.window.project;\n    \n\n\n}"
          },
          "* pack" : "pack_start,true,true,0",
          "xtype" : "Button",
index 52ae04d..9a6df9e 100644 (file)
@@ -205,7 +205,8 @@ public class Xcls_ValaCompileErrors : Object
                 
                 var f = _this.sourceview.curfname;
                 
-                var p = _this.window.windowstate.
+                var p = _this.window.project;
+                
             
             
             });