NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 06:31:49 +0000 (14:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 06:31:49 +0000 (14:31 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index f3946f3..895e259 100644 (file)
        "bool homogeneous" : false,
        "* pack" : "append_page,_this.label_quick_commit.el",
        "xtype" : "Box",
-       "| void load_data" : "() {\n  _this.commit_message.el.set_text(\"\");\n  \n}\n",
+       "| void load_data" : "() {\n  _this.commit_message.el.set_text(\"\");\n  _this.createbtn.updateState();\n}\n",
        "$ xns" : "Gtk",
        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
        "items" : [
index ced3872..e6408ba 100644 (file)
@@ -2295,7 +2295,7 @@ public class NewBranch : Object
         // user defined functions
         public void load_data () {
           _this.commit_message.el.set_text("");
-          
+          _this.createbtn.updateState();
         }
     }
     public class Xcls_Table53 : Object