NewBranch.bjs
[gitlive] / NewBranch.vala
index bbdf786..8599788 100644 (file)
@@ -2421,9 +2421,9 @@ public class NewBranch : Object
         // user defined functions
         public return_type XXXX () {
         
-               var ticket_id = _this.ticketsel.selectedTicketId();
+               var msg = _this.commit_message.el.getText();
                
-               if (ticket_id == "") {
+               if (msg == "") {
                        this.el.set_sensitive(false);
                        return;
                }