RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 33cd402..8ac1d26 100644 (file)
@@ -589,7 +589,7 @@ public class RepoStatusPopover : Object
                _this.el.hide();
                Clones.singleton().el.response(-1);
                if (_this.repo.activeTicket != null) {
-                  MergeBranch.singleton().show(this.repo.activeTicket, null);   
+                  MergeBranch.singleton().show(_this.repo.activeTicket, null);   
                }
                 return false;
             });