Ticket.bjs
[gitlive] / Ticket.vala
index 76d25d1..d137fe9 100644 (file)
@@ -100,6 +100,15 @@ public class Ticket : Object
                GLib.error("new branch show called, when already being displayed?");
        }
      
+     
+       _this.el.show_all();
+        this.el.set_keep_above(true);  
+       _this.table.el.hide();
+    
+       _this.spinner.el.show();
+       _this.spinner.el.start();       
+       
+     
        
        this.running  = true;
        //GitMonitor.gitmonitor.stop();
@@ -114,9 +123,6 @@ public class Ticket : Object
         GLib.debug("Loading tickets"); 
          
     
-        this.el.show_all();
-        this.el.set_keep_above(true);
-       
     
        RooProject? curproj = null;
         if (this.repo != null) {
@@ -136,9 +142,15 @@ public class Ticket : Object
                _this.devmodel.loadDevelopers();        
                
         }
-               _this.summary.el.set_text("");
-               _this.description.el.buffer.text = ""; 
+       _this.summary.el.set_text("");
+       _this.description.el.buffer.text = ""; 
         
+    
+        this.el.table.el.show();
+        this.el.table.el.hide();
+    
+       
+    
      
        this.el.run();