NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:50:16 +0000 (13:50 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:50:16 +0000 (13:50 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index a536cf3..e0ce69b 100644 (file)
        ]
       },
       {
+       "id" : "quick_commit_tab",
        "bool homogeneous" : false,
        "* pack" : "append_page,_this.label_quick_commit.el",
        "xtype" : "Box",
index 45d91b0..95a5020 100644 (file)
@@ -45,6 +45,7 @@ public class NewBranch : Object
     public Xcls_clmodel clmodel;
     public Xcls_developer_id developer_id;
     public Xcls_devmodel devmodel;
+    public Xcls_quick_commit_tab quick_commit_tab;
     public Xcls_commit_message commit_message;
     public Xcls_createbtn createbtn;
     public Xcls_diff_view diff_view;
@@ -198,7 +199,7 @@ public class NewBranch : Object
             var child_4 = new Xcls_create_ticket_tab( _this );
             child_4.ref();
             this.el.append_page (  child_4.el , _this.label_create_ticket.el );
-            var child_5 = new Xcls_Box51( _this );
+            var child_5 = new Xcls_quick_commit_tab( _this );
             child_5.ref();
             this.el.append_page (  child_5.el , _this.label_quick_commit.el );
         }
@@ -2177,7 +2178,7 @@ public class NewBranch : Object
 
 
 
-    public class Xcls_Box51 : Object
+    public class Xcls_quick_commit_tab : Object
     {
         public Gtk.Box el;
         private NewBranch  _this;
@@ -2186,9 +2187,10 @@ public class NewBranch : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Box51(NewBranch _owner )
+        public Xcls_quick_commit_tab(NewBranch _owner )
         {
             _this = _owner;
+            _this.quick_commit_tab = this;
             this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)