X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Ticket.vala;fp=Ticket.vala;h=04d431cc11af66fff9cee3449905610d23ee5eb5;hp=251da7adc87a87c5a6b2f985819e96597e142f27;hb=48f4250d0b6d7d5b08c81514002948d44553173f;hpb=fb616d39f4753122f17876b285e232850e72631b diff --git a/Ticket.vala b/Ticket.vala index 251da7ad..04d431cc 100644 --- a/Ticket.vala +++ b/Ticket.vala @@ -115,20 +115,12 @@ public class Ticket : Object GLib.debug("Showing dialog?"); Timeout.add_seconds(1, () => { - - - + //GitMonitor.gitmonitor.stop(); this.repo = repo; - - - - // GLib.debug("Loading tickets"); - - RooProject? curproj = null; if (this.repo != null) { curproj = RooProject.getProjectByRepo(this.repo);