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