NewBranch.bjs
[gitlive] / NewBranch.vala
index 94fcc34..a9abaf3 100644 (file)
@@ -154,7 +154,7 @@ public class NewBranch : Object
         this.el.show_all();
         this.el.set_keep_above(true);
        
-       _this.select_ticket_tab.load_data();
+       _this.select_ticket_tab.load_data(tid);
        _this.create_ticket_tab.load_data();
        _this.quick_commit_tab.load_data();
        
@@ -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);