X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Ticket.vala;h=04d431cc11af66fff9cee3449905610d23ee5eb5;hb=128c96fc9db69baca7ba185e8a3def8fddff5f27;hp=251da7adc87a87c5a6b2f985819e96597e142f27;hpb=fb616d39f4753122f17876b285e232850e72631b;p=gitlive 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);