src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 26 May 2015 05:48:39 +0000 (13:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 May 2015 05:48:39 +0000 (13:48 +0800)
src/Project/Gtk.vala

index a7d9498..4fbba44 100644 (file)
@@ -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) {