NewBranch.bjs
[gitlive] / NewBranch.vala
index 693f74b..9ad41ca 100644 (file)
@@ -202,6 +202,9 @@ 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( );
         }
 
         // user defined functions
@@ -2241,6 +2244,10 @@ public class NewBranch : Object
         }
 
         // user defined functions
+        public void load_data () {
+          _this.commit_message.el.set_text("");
+          
+        }
     }
     public class Xcls_Table52 : Object
     {