NewBranch.bjs
[gitlive] / NewBranch.vala
index ee74015..b8fbe5a 100644 (file)
@@ -202,6 +202,12 @@ public class NewBranch : Object
             var child_5 = new Xcls_quick_commit_tab( _this );
             child_5.ref();
             this.el.append_page (  child_5.el , _this.label_quick_commit.el );
+
+            //listeners
+            this.el.switch_page.connect( (page, page_num) => {
+               GLib.debug("Switch to page: %d", (int)page_num);
+               
+            });
         }
 
         // user defined functions
@@ -1101,10 +1107,6 @@ public class NewBranch : Object
 
         // user defined functions
         public void load_data () {
-          if (this.running) { // should not happen!!
-               GLib.error("new branch show called, when already being displayed?");
-               }
-               this.running  = true;
          
                 
                
@@ -1133,8 +1135,8 @@ public class NewBranch : Object
                        //_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;
                });
@@ -2245,6 +2247,10 @@ public class NewBranch : Object
         }
 
         // user defined functions
+        public void load_data () {
+          _this.commit_message.el.set_text("");
+          
+        }
     }
     public class Xcls_Table52 : Object
     {