From: Alan Knowles Date: Thu, 21 Mar 2019 06:35:16 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=47d512a575c88ebf96995f118c19fc69ce25aefa NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 0c1fe9cd..e5bde221 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -174,7 +174,7 @@ }, { "listeners" : { - "clicked" : "() => {\n\n\tGLib.debug(\"fire response = 1\");\n\t\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\t_this.ticketsel.el.get_child().get_style_context().add_class(\"warning\");\n\t\treturn;\n\t}\n\t \n\t_this.el.response(1);\n}" + "clicked" : "() => {\n\n\tGLib.debug(\"fire response = 1\");\n\t\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\t_this.ticketsel.el.get_child().get_style_context().add_class(\"warning\");\n\t\treturn;\n\t}\n\t \n\t_this.el.response(2);\n}" }, "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", diff --git a/NewBranch.vala b/NewBranch.vala index 7985727f..69621e49 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -882,7 +882,7 @@ public class NewBranch : Object return; } - _this.el.response(1); + _this.el.response(2); }); }