revert code that did not affect memory
[gitlive] / Ticket.vala
index 251da7a..8154ad7 100644 (file)
@@ -110,25 +110,17 @@ public class Ticket : Object
        _this.spinner.el.start();       
        this.el.set_keep_above(true);    
        this.el.move((Gdk.Screen.width() / 2)- 250 ,0);
-       this.el.set_default_size( 500,200); // not sure why it grows..
+       this.el.set_default_size( 500,100); // not sure why it grows..
        
        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);