From 40e18681332f087cb8d182d9e562be1131e5b358 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 28 Apr 2015 17:38:07 +0800 Subject: [PATCH] src/Project/Gtk.vala --- src/Project/Gtk.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Project/Gtk.vala b/src/Project/Gtk.vala index 67409ae76..402714afe 100644 --- a/src/Project/Gtk.vala +++ b/src/Project/Gtk.vala @@ -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); -- 2.39.2