src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 28 Apr 2015 09:38:07 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Apr 2015 09:38:07 +0000 (17:38 +0800)
src/Project/Gtk.vala

index 67409ae..402714a 100644 (file)
@@ -279,8 +279,7 @@ namespace Project {
                        var sources = this.compilegroups.get("_default_").sources;
                        for(var i =0; i< sources.size; i++) {
                                
-                               var path = this.resolve_path(
-                               this.resolve_path_combine_path(this.firstPath(),sources.get(i)));
+                               var path = this.resolve_path( this.firstPath(), sources.get(i));
                                
                                if (Path.get_basename (path) == "vapi") {
                                        print("Adding VAPIDIR: %s\n", path);