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

NewBranch.bjs
NewBranch.vala

index a7c6670..28405ae 100644 (file)
        "bool homogeneous" : false,
        "* pack" : "append_page,_this.label_quick_commit.el",
        "xtype" : "Box",
        "bool homogeneous" : false,
        "* pack" : "append_page,_this.label_quick_commit.el",
        "xtype" : "Box",
-       "| void load_data" : "() {\n\n}\n",
+       "| void load_data" : "() {\n  _this.commit_message.el.set_text(\"\");\n  \n}\n",
        "$ xns" : "Gtk",
        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
        "items" : [
        "$ xns" : "Gtk",
        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
        "items" : [
index 59e8bbc..d9c9f4a 100644 (file)
@@ -2242,7 +2242,8 @@ public class NewBranch : Object
 
         // user defined functions
         public void load_data () {
 
         // user defined functions
         public void load_data () {
-        
+          _this.commit_message.el.set_text("");
+          
         }
     }
     public class Xcls_Table52 : Object
         }
     }
     public class Xcls_Table52 : Object