Ticket.bjs
[gitlive] / Ticket.vala
index d137fe9..eb97279 100644 (file)
@@ -102,7 +102,7 @@ public class Ticket : Object
      
      
        _this.el.show_all();
-        this.el.set_keep_above(true);  
+       
        _this.table.el.hide();
     
        _this.spinner.el.show();
@@ -117,10 +117,10 @@ public class Ticket : Object
         
         
         
-        
+        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..
-        GLib.debug("Loading tickets"); 
+    //    GLib.debug("Loading tickets");