Uncommited changes synced
[gitlive] / Ticket.vala
index 992c548..cb75d9d 100644 (file)
@@ -118,7 +118,7 @@ public class Ticket : Object
     
        RooProject? curproj = null;
         if (this.repo != null) {
-           curproj = RooTicket.singleton().getProjectByRepo(this.repo);
+           curproj = RooProject.getProjectByRepo(this.repo);
         }
        _this.prmodel.loadProjects(curproj == null ? "" : curproj.id);
         if (curproj != null) {