src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:02:04 +0000 (17:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:02:04 +0000 (17:02 +0800)
src/Project/Gtk.vala

index a7fb5d8..6f803c5 100644 (file)
@@ -163,7 +163,7 @@ namespace Project {
                 *  
                 */
                
-               public Gee.ArrayList<string> filesAll(string in_path)
+               public Gee.ArrayList<string> filesAll(string in_path,bool abspath = true)
                {
                        var ret =  new Gee.ArrayList<string>();