RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index c521515..c101ae6 100644 (file)
@@ -679,7 +679,15 @@ public class RepoStatusPopover : Object
                }
                 return false;
             });
-            this.el.clicked.connect( );
+            this.el.clicked.connect( () => {
+            
+               _this.el.hide();
+               Clones.singleton().el.response(-1);
+               if (_this.repo.activeTicket != null) {
+                  MergeBranch.singleton().show(_this.repo.activeTicket, null);   
+               }
+                return false;
+            });
         }
 
         // user defined functions