RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index c101ae6..59a05e4 100644 (file)
@@ -666,19 +666,10 @@ public class RepoStatusPopover : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.label = "Merge branch/  ticket";
+            this.el.label = "Merge branch/  Completed ticket";
             this.el.is_important = true;
 
             //listeners
-            this.el.button_press_event.connect( () => {
-            
-               _this.el.hide();
-               Clones.singleton().el.response(-1);
-               if (_this.repo.activeTicket != null) {
-                  MergeBranch.singleton().show(_this.repo.activeTicket, null);   
-               }
-                return false;
-            });
             this.el.clicked.connect( () => {
             
                _this.el.hide();
@@ -686,7 +677,7 @@ public class RepoStatusPopover : Object
                if (_this.repo.activeTicket != null) {
                   MergeBranch.singleton().show(_this.repo.activeTicket, null);   
                }
-                return false;
+                return ;
             });
         }