src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:20:08 +0000 (16:20 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:20:08 +0000 (16:20 +0800)
src/Palete/ValaSource.vala

index f12ea6e..74794d3 100644 (file)
@@ -118,13 +118,13 @@ namespace Palete {
                        string[] args = {};
                        args += BuilderApplication._self;
                        args += "--project";
-                       args += this.project.fn;
+                       args += this.file.project.fn;
                        args += "--target";
-                       args += this.build_module;
+                       args += this.file.build_module;
                        args += "--add-file";
                        args +=  tmpfile.get_path();
                        args += "--skip-file";
-                       args += this.filepath;
+                       args += this.file.path;