X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.bjs;h=1d8ea4f0202a214679851e2f8ccfbfcecc834db4;hb=886d2cd45df8370ff1ff789ccab8fa8ef683fabb;hp=74014e712e91bf3373b02fbb46d3cdb3f8148369;hpb=84cfcbc8c7f783169c6293cc951f27f542a785b8;p=gitlive diff --git a/NewBranch.bjs b/NewBranch.bjs index 74014e71..1d8ea4f0 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -512,7 +512,7 @@ "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" : [ @@ -539,10 +539,13 @@ "$ xns" : "Gtk" }, { + "listeners" : { + "key_release_event" : "() => { \n\n\t_this.createbtn.updateState();\n}" + }, "id" : "commit_message", "$ visible" : true, "xtype" : "Entry", - "* pack" : "attach_defaults,0,4,1,2", + "* pack" : "attach_defaults,0,5,1,2", "$ xns" : "Gtk" }, { @@ -551,10 +554,10 @@ }, "label" : "Commit Changes", "id" : "createbtn", - "| 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", + "| void updateState" : "() {\n\n\tvar msg = _this.commit_message.el.get_text();\n\t\n\tif (msg == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n", "* init" : "{\n this.el.get_style_context().add_class(\"suggested-action\");\n}\n", "xtype" : "Button", - "* pack" : "attach_defaults,4,5,1,2", + "* pack" : "attach_defaults,0,5,2,3", "$ xns" : "Gtk" } ]