RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 5f0b257..fafcc50 100644 (file)
@@ -588,7 +588,7 @@ public class RepoStatusPopover : Object
             
                _this.el.hide();
                Clones.singleton().el.response(-1);
-               if (this.repo.activeTicket) {
+               if (_this.repo.activeTicket) {
                   MergeBranch.singleton().show(this.repo.activeTicket, null);   
                }
                 return false;