NewBranch.bjs
[gitlive] / NewBranch.vala
index c2800e8..4bc78d2 100644 (file)
@@ -64,6 +64,10 @@ public class NewBranch : Object
                    this.running = false; 
                        return;
                }
+               
+               
+               
+               
                 
                // have they selected a ticket..
                // make that the current active ticket?
@@ -74,6 +78,8 @@ public class NewBranch : Object
                // -- initial load can check the contents of the ticket files on first scan.
                var ticket_id = _this.ticketsel.selectedTicketId();
                
+        
+               
             if (this.repo != null) {
                var bn = _this.name.el.get_text();