Fix #5724 - force ticket selection for branches...
[gitlive] / Ticket.vala
index 251da7a..04d431c 100644 (file)
@@ -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);