src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 03:50:39 +0000 (11:50 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 03:50:39 +0000 (11:50 +0800)
src/Palete/ValaSource.vala

index 2629377..1eb2990 100644 (file)
@@ -338,7 +338,7 @@ namespace Palete {
                        context.thread = true;
                        
                        
-                       this.report = new ValaSourceReport(this.filepath);
+                       this.report = new ValaSourceReport(this.filepath, this.tmpname);
                        context.report = this.report;