NewBranch.bjs
[gitlive] / NewBranch.vala
index 94fcc34..9392f7c 100644 (file)
@@ -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);