Partial Fix #5560 - Gitlive - branching wip
[gitlive] / RepoStatusPopover.vala
index 3fc1a6b..d9e384e 100644 (file)
@@ -466,7 +466,8 @@ public class RepoStatusPopover : Object
             //listeners
             this.el.button_press_event.connect( () => {
                var oldq = new Gee.ArrayList<GitMonitorQueue>();  
-                
+               _this.el.hide();
+               Clones.singleton().el.hide();
                NewBranch.singleton().show(_this.repo, oldq);
             
                 return false;