X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;h=7ae10955ef74c7d52f93abec8cda2de69814f6a7;hp=bd6fedd2a5612630f0148228833eb03ac34d83fe;hb=a8eba3b5da2fd762cfaddf95ba0da1d6a5375816;hpb=3ca10752a9d585c7d1f731322f9e1174493cc9e0 diff --git a/NewBranch.vala b/NewBranch.vala index bd6fedd2..7ae10955 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -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();