NewBranch.bjs
[gitlive] / NewBranch.vala
index dcbbb9b..4cf5492 100644 (file)
@@ -1125,7 +1125,9 @@ public class NewBranch : Object
         // user defined functions
         public void load_data () {
          
-                
+                _this.table.el.hide();
+               _this.spinner.el.show();
+               _this.spinner.el.start();       
                
             Timeout.add_seconds(1, () => {
                         
@@ -1149,8 +1151,8 @@ public class NewBranch : Object
                        }
                        _this.summary.el.set_text("");
                        _this.description.el.buffer.text = ""; 
-                       //_this.spinner.el.stop();
-                       //_this.spinner.el.hide();      
+                       _this.spinner.el.stop();
+                       _this.spinner.el.hide();        
         
                        _this.table.el.show();
                    //_this.summary.el.grab_focus();