NewBranch.bjs
[gitlive] / NewBranch.vala
index 18c557b..2772f92 100644 (file)
@@ -1101,10 +1101,10 @@ public class NewBranch : Object
 
         // user defined functions
         public void load_data () {
-          if (this.running) { // should not happen!!
+          if (_this.running) { // should not happen!!
                GLib.error("new branch show called, when already being displayed?");
                }
-               this.running  = true;
+               _this.running  = true;
          
                 
                
@@ -1130,11 +1130,11 @@ 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();
+                       _this.table.el.show();
+                   //_this.summary.el.grab_focus();
          
                        return false;
                });