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

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

index 61733d9..2ad3e55 100644 (file)
@@ -39,7 +39,7 @@
         },
         {
          "listeners" : {
-          "clicked" : "() => {\n    // is the file managed by the builder?\n    \n    \n\n\n\n}"
+          "clicked" : "() => {\n    // is the file managed by the builder?\n    \n    var f = _this.sourceview.fname;\n\n\n\n}"
          },
          "* pack" : "pack_start,true,true,0",
          "xtype" : "Button",
index 090dc93..6cd5b99 100644 (file)
@@ -203,7 +203,7 @@ public class Xcls_ValaCompileErrors : Object
             this.el.clicked.connect( () => {
                 // is the file managed by the builder?
                 
-                
+                var f = _this.sourceview.fname;