NewBranch.bjs
[gitlive] / NewBranch.vala
index a640ad0..7bb3b9f 100644 (file)
@@ -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();
         }
     }