NewBranch.bjs
[gitlive] / NewBranch.vala
index bd6fedd..7ae1095 100644 (file)
@@ -133,6 +133,8 @@ public class NewBranch : Object
          _this.prmodel.loadProjects(curproj == null ? "" : curproj.id);
         
        _this.dbmodel.loadTickets(curproj == null ? "": curproj.id, tid);
+       _this.createbtn.updateState();
+       
        _this.ticketsel.el.get_child().get_style_context().remove_class("warning");
        if (tid != "") { 
                var name = RooTicket.singleton().usernameLocal();