X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;h=8ac1d2651286f79707703893ef7a07087488a326;hp=548a11cd8f3f3ee146f6f95980139ea5396d4c17;hb=f10b2768b5bfea83a96d4fea4c0aed9aeb682237;hpb=73cd9e0b4af69fa3155efac7035e6117837516de diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 548a11cd..8ac1d265 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -588,8 +588,8 @@ public class RepoStatusPopover : Object _this.el.hide(); Clones.singleton().el.response(-1); - if (_this.repos.activeTicket != null) { - MergeBranch.singleton().show(this.repos.activeTicket, null); + if (_this.repo.activeTicket != null) { + MergeBranch.singleton().show(_this.repo.activeTicket, null); } return false; });