sync
[gitlive] / NewBranch.vala
index 640ae38..583cb0e 100644 (file)
@@ -29,7 +29,7 @@ public class NewBranch : Object
 
         // my vars (dec)
         this.repo = null;
-        this.running = true;
+        this.running = false;
 
         // set gobject values
         this.el.title = "Create a working branch ";
@@ -61,6 +61,7 @@ public class NewBranch : Object
                    this.running = false; 
                        return;
                }
+                
                // have they selected a ticket..
                // make that the current active ticket?
                // we really need to store locally what ticket is being worked on..