Changed NewBranch.bjsNewBranch.vala
[gitlive] / NewBranch.vala
index 34662cd..86fc32a 100644 (file)
@@ -681,7 +681,8 @@ public class NewBranch : Object
             }
 
             //listeners
-            this.el.activate.connect( () => {
+            this.el.clicked.connect( () => {
+               GLib.debug("fire response = 1");
                _this.el.response(1);
             });
         }