src/Palete/ValaSourceCompiler.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 06:08:25 +0000 (14:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 06:08:25 +0000 (14:08 +0800)
src/Palete/ValaSourceCompiler.vala

index 7181e2b..62050d0 100644 (file)
@@ -335,7 +335,7 @@ namespace Palete {
                                        var xsf = new Vala.SourceFile (
                                                context,
                                                Vala.SourceFileType.SOURCE, 
-                                               relpath
+                                               path
                                        );
                                        xsf.add_using_directive (ns_ref);
                                        context.add_source_file(xsf);