X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.vala;h=1ec03eea151a9493a10edf82267b6a78c7a5ca1b;hb=beb0b87544a81660c3e886c1130306bb54efb2cd;hp=99733f4581b10dd0e5bfa055355f07dfbac6dcd3;hpb=27286f9959213043f98fae7d27bca610b62b93c2;p=gitlive diff --git a/NewBranch.vala b/NewBranch.vala index 99733f45..1ec03eea 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -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) => {