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

NewBranch.bjs
NewBranch.vala

index a0f1878..7eceb60 100644 (file)
            },
            "label" : "Create Branch",
            "| void updateState" : "() {\n\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n",
-           "id" : "createbtn",
+           "id" : "branchbtn",
            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
            "xtype" : "Button",
            "* pack" : "attach_defaults,4,5,4,5",
index afe3c54..0b2c809 100644 (file)
@@ -23,7 +23,7 @@ public class NewBranch : Object
     public Xcls_dbcellrenderer dbcellrenderer;
     public Xcls_dbmodel dbmodel;
     public Xcls_name name;
-    public Xcls_createbtn createbtn;
+    public Xcls_branchbtn branchbtn;
     public Xcls_btn_not_me btn_not_me;
     public Xcls_btn_closed btn_closed;
     public Xcls_scrolled_window scrolled_window;
@@ -363,7 +363,7 @@ public class NewBranch : Object
             var child_5 = new Xcls_name( _this );
             child_5.ref();
             this.el.attach_defaults (  child_5.el , 0,4,4,5 );
-            var child_6 = new Xcls_createbtn( _this );
+            var child_6 = new Xcls_branchbtn( _this );
             child_6.ref();
             this.el.attach_defaults (  child_6.el , 4,5,4,5 );
             var child_7 = new Xcls_Box19( _this );
@@ -808,7 +808,7 @@ public class NewBranch : Object
         // user defined functions
     }
 
-    public class Xcls_createbtn : Object
+    public class Xcls_branchbtn : Object
     {
         public Gtk.Button el;
         private NewBranch  _this;
@@ -817,10 +817,10 @@ public class NewBranch : Object
             // my vars (def)
 
         // ctor
-        public Xcls_createbtn(NewBranch _owner )
+        public Xcls_branchbtn(NewBranch _owner )
         {
             _this = _owner;
-            _this.createbtn = this;
+            _this.branchbtn = this;
             this.el = new Gtk.Button();
 
             // my vars (dec)