src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 08:40:55 +0000 (16:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 08:40:55 +0000 (16:40 +0800)
src/Palete/ValaSource.vala

index fe4c059..766f7b9 100644 (file)
@@ -225,7 +225,7 @@ namespace Palete {
                        args += "--add-file";
                        args +=  tmpfile.get_path();
                        args += "--skip-file";
-                       args += filename;
+                       args += file.path;
                         
                        
                        this.compiler = new Spawn("/tmp", args);