X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;h=9392f7cfd3a95b8b7927da9de8e38abe4442f5ed;hp=94fcc34a6752896a34b6843fb242ee2b521ecded;hb=569ce0f3cae811c8f9e0396b66edda1155f8a6ca;hpb=f25e7a831bce64a7a18dabb012118766e2fe9a46 diff --git a/NewBranch.vala b/NewBranch.vala index 94fcc34a..9392f7cf 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -305,7 +305,7 @@ public class NewBranch : Object GLib.debug("Loading tickets"); - var curproj = RooProject.getProjectByRepo(this.repo); + var curproj = RooProject.getProjectByRepo(_this.repo); _this.prmodel.loadProjects(curproj == null ? "" : curproj.id); _this.dbmodel.loadTickets(curproj == null ? "": curproj.id, tid);