X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;h=d9e384ea06b28b99b9a2519d5c0a16f72178ee52;hp=3fc1a6be2241de1d83bcff7218aebede2ba00ee3;hb=424eebf8a96c11d28b3da871c3e1560638d3511f;hpb=2ac46b7e5e54b5382df0c55b865e47a9937e15f8 diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 3fc1a6be..d9e384ea 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -466,7 +466,8 @@ public class RepoStatusPopover : Object //listeners this.el.button_press_event.connect( () => { var oldq = new Gee.ArrayList(); - + _this.el.hide(); + Clones.singleton().el.hide(); NewBranch.singleton().show(_this.repo, oldq); return false;