X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.vala;h=1ec03eea151a9493a10edf82267b6a78c7a5ca1b;hb=beb0b87544a81660c3e886c1130306bb54efb2cd;hp=5173aa3b062ea12b37ead73873692032ad44854e;hpb=90a8811292c4a2d78b55edf043d0c2cd844c0608;p=gitlive diff --git a/NewBranch.vala b/NewBranch.vala index 5173aa3b..1ec03eea 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -84,11 +84,8 @@ public class NewBranch : Object success = this.repo.createBranchNamed(bn); } } - - GitMonitor.gitmonitor.restoreQueue( this.queue ); - GitMonitor.gitmonitor.runQueue(); - GitMonitor.gitmonitor.start(); - this.running = false; + + this.running = false;