handling of old branches
[gitlive] / NewBranch.vala
index 3ef225a..1ec03ee 100644 (file)
@@ -84,13 +84,10 @@ public class NewBranch : Object
                                success = this.repo.createBranchNamed(bn);
                        }
             }
-            if (success) {
-                       GitMonitor.gitmonitor.restoreQueue( this.queue );
-                       GitMonitor.gitmonitor.runQueue();    
-                       GitMonitor.gitmonitor.start();
-               }
-            this.running = false;       
-               _this.el.hide();
+        
+                           this.running = false; 
+        
+