src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Wed, 4 Mar 2015 06:43:44 +0000 (14:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Mar 2015 06:43:44 +0000 (14:43 +0800)
src/Project/Gtk.vala

index f0da3ee..0644b90 100644 (file)
@@ -132,9 +132,9 @@ namespace Project {
                        }
         
                }
-               public Gee.ArrayList<string> files(string in_path)
+               public Gee.ArrayList<string> files(string in_path, Gee.ArrayList<string> ret)
                {
-                       var ret = new Gee.ArrayList<string>(); 
+                       
                        var dirname = this.resolve_path(
                                this.resolve_path_combine_path(this.firstPath(),in_path));
                                // scan the directory for files -- ending with vala || c