Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Wed, 8 Oct 2014 14:04:43 +0000 (22:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Oct 2014 14:04:43 +0000 (22:04 +0800)
Palete/ValaSource.vala

index 2cdfe8d..49ab8c7 100644 (file)
@@ -71,7 +71,7 @@ namespace Palete {
                        if (bits.length > 1) {
                                offset = bits[0].split("\n").length;
                        }
-                       this.checkString(JsRender.NodeToVala.mungeFile(file));
+                       this.checkString(tmpstring);
                        node.props.set(prop, old);
                        // modify report
                        Gee.HashMap<int,string> ret = new Gee.HashMap<int,string> ();