From: Alan Knowles Date: Tue, 26 May 2015 05:48:39 +0000 (+0800) Subject: src/Project/Gtk.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=c076f50e16c6c6d56258b9748e4c76d3a03278c4 src/Project/Gtk.vala --- diff --git a/src/Project/Gtk.vala b/src/Project/Gtk.vala index a7d9498d1..4fbba4415 100644 --- a/src/Project/Gtk.vala +++ b/src/Project/Gtk.vala @@ -294,15 +294,13 @@ namespace Project { ret.add( fn); continue; } - // not .c / not .vala /not .bjs.. -- other type of file.. - // allow ??? - - - - if (ret.index_of( vv) > -1) { + if (GLib.Path.get_basename( fn) == "config1.builder") { continue; } + // not .c / not .vala /not .bjs.. -- other type of file.. + // allow ??? + // add the 'c' file.. ret.add(fn); } catch (Error e) {