X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;h=e98c999902db1973641d32c76a78a753063614de;hp=d9e384ea06b28b99b9a2519d5c0a16f72178ee52;hb=9ec8514427f17cb69fc05eedb0c14185595516bd;hpb=0f3fc898b3f425daec52bf023f8ba31f64b54d4c diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index d9e384ea..e98c9999 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -466,8 +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(); + + Clones.singleton().el.response(-1); NewBranch.singleton().show(_this.repo, oldq); return false;