NewBranch.bjs
[gitlive] / NewBranch.vala
index 4c714cf..1a3a079 100644 (file)
@@ -37,7 +37,7 @@ public class NewBranch : Object
 
         // my vars (dec)
         this.repo = null;
-        this.running = false;
+        this.running = true;
         this.queue = null;
 
         // set gobject values
@@ -80,6 +80,7 @@ public class NewBranch : Object
                
                if (ticket_id == "") {
                        _this.ticketsel.el.get_child().get_style_context().add_class("warning");
+                       return;
                }
                
             if (this.repo != null) {