src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Thu, 19 Nov 2015 06:24:44 +0000 (14:24 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Nov 2015 06:24:44 +0000 (14:24 +0800)
src/Project/Gtk.vala

index 345a647..b96c5e8 100644 (file)
@@ -454,7 +454,7 @@ namespace Project {
                {
                        string[] ret = {};
                        var sources = this.compilegroups.get("_default_").sources;
-                       //ret += this.firstPath();
+                       //ret += this.firstPath(); << might not be needed?
                        for(var i =0; i< sources.size; i++) {
                                
                                var path = this.resolve_path( this.firstPath(), sources.get(i));