handling of old branches
[gitlive] / NewBranch.vala
index 99733f4..1ec03ee 100644 (file)
@@ -84,15 +84,14 @@ 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; 
+        
+                
+                
+                
+        
                 
-                 
         });
         this.el.show.connect( (self)  => {