RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 9c20936..1975bfc 100644 (file)
@@ -200,7 +200,7 @@ public class RepoStatusPopover : Object
             this.el.is_important = true;
 
             //listeners
-            this.el.button_press_event.connect( () => {
+            this.el.clicked.connect( () => {
               
                
                GitMonitor.gitmonitor.stop();