src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 26 May 2015 05:40:50 +0000 (13:40 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 May 2015 05:40:50 +0000 (13:40 +0800)
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.
+                       
                        
                }