src/JsRender/PlainFile.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 07:29:03 +0000 (15:29 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 07:29:03 +0000 (15:29 +0800)
src/JsRender/PlainFile.vala

index 85f0934..72ddeab 100644 (file)
@@ -22,7 +22,10 @@ namespace JsRender {
         public PlainFile(Project.Project project, string path) {
         
             base( project, path);
-            this.xtype = "Gtk";
+            this.xtype = "PlainFile";
+            
+            
+            // fixme...
             this.language = "vala";