src/Project/Gtk.vala
[app.Builder.js] / src / Project / Gtk.vala
index 199cdac..564318e 100644 (file)
@@ -237,15 +237,16 @@ namespace Project {
                                } catch (Error e) {
                                        continue;
                                }
-                               if (Regex.match_simple("\\.vala\\.c$", fn)) {
-                                               continue;
-                                       }       
+                                       
                                                
                                if (ret.index_of( vv) > -1) {
                                        continue;
                                }
+                               // add the 'c' file..
                                ret.add(fn);
                        }
+                       // sort.
+                       
                        
                }