RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 548a11c..8ac1d26 100644 (file)
@@ -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;
             });