X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;fp=NewBranch.vala;h=7bb3b9fb2179824ae0197444dc5f583d02f9f312;hp=a640ad026ea353a7784b35e04d3d696e12c59fc3;hb=e7a1befa41aa9d046b8f05ee7bad4fa69943355c;hpb=e7415685b32a142194634922c9ce34fa99c88b94 diff --git a/NewBranch.vala b/NewBranch.vala index a640ad02..7bb3b9fb 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -163,7 +163,7 @@ public class NewBranch : Object _this.select_ticket_tab.load_data(tid); //_this.create_ticket_tab.load_data(); //_this.quick_commit_tab.load_data(); - + _this.commit_message.el.set_text(""); @@ -2294,7 +2294,7 @@ public class NewBranch : Object // user defined functions public void load_data () { - _this.commit_message.el.set_text(""); + _this.createbtn.updateState(); } }