From c076f50e16c6c6d56258b9748e4c76d3a03278c4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 May 2015 13:48:39 +0800 Subject: [PATCH] src/Project/Gtk.vala --- src/Project/Gtk.vala | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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) { -- 2.39.2