X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.vala;fp=NewBranch.vala;h=2e71bf4a637e838c2f2746532235e7a6b1dbe3a6;hb=cd24bd434369aa213390b3e2bcf9c00da562d607;hp=166c8a6e65db4e3f5cce1eddf22b44bbe9b9168a;hpb=49bf5b88d2a4c5a79f16003e78e907b83915a0c8;p=gitlive diff --git a/NewBranch.vala b/NewBranch.vala index 166c8a6e..2e71bf4a 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -97,7 +97,7 @@ public class NewBranch : Object } // user defined functions - public void show ( GitRepo repo, Gee.ArrayList queue ) + public void show ( GitRepo repo, Gee.ArrayList 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