NewBranch.bjs
[gitlive] / NewBranch.vala
index 166c8a6..2e71bf4 100644 (file)
@@ -97,7 +97,7 @@ public class NewBranch : Object
     }
 
     // user defined functions
-    public   void show ( GitRepo repo, Gee.ArrayList<GitMonitorQueue> queue ) 
+    public   void show ( GitRepo repo, Gee.ArrayList<GitMonitorQueue> queue, string tid = "" ) 
     {
          // this.el.set_gravity(Gdk.Gravity.NORTH);
         if (this.running) { // should not happen!!
@@ -601,11 +601,6 @@ 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