Uncommited changes synced
[gitlive] / NewBranch.vala
index 643489b..c25a2db 100644 (file)
@@ -601,6 +601,12 @@ public class NewBranch : Object
             // set gobject values
             this.el.expand = false;
             this.el.label = "New Ticket";
+
+            //listeners
+            this.el.clicked.connect( () => {
+               Ticket.singleton().show(_this.repo);
+            
+            });
         }
 
         // user defined functions