add support for icons and desktop file - precursor to removing autotools build
[roobuilder] / src / JsRender / Dir.vala
index f51972e..448db42 100644 (file)
@@ -5,9 +5,10 @@
 
 namespace JsRender {
        int did = 1;
+       
        public  class Dir : JsRender
        {  
-               
+               //Gee.ArrayList<Dir> subdirs;
                public Dir(Project.Project project, string path) {
            
                base( project, path);