config1.builder
authorAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:27:02 +0000 (15:27 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:27:02 +0000 (15:27 +0800)
RooProject.vala

RooProject.vala
config1.builder

index e8cea1e..23fcbfa 100644 (file)
@@ -47,7 +47,7 @@ public class RooProject  : Object
                RooProject.singleton(); // init...
                
                // fixme -- needs to get from rep list..
-
                var pid = "";
                foreach(var roo_repo in RooRepo.repos()) {
                        if (roo_repo.shortname == repo.name) {
index 7ff584a..8c01d09 100644 (file)
@@ -22,7 +22,8 @@
             "..//gitlive/RepoStatusPopover.vala",
             "..//gitlive/Clone.vala",
             "..//gitlive/Ticket.vala",
-            "..//gitlive/RooProject.vala"
+            "..//gitlive/RooProject.vala",
+            "..//gitlive/RooRepo.vala"
         ],
         "packages" : [
         ]