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

NewBranch.bjs
NewBranch.vala

index 0c1fe9c..e5bde22 100644 (file)
           },
           {
            "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",
index 7985727..69621e4 100644 (file)
@@ -882,7 +882,7 @@ public class NewBranch : Object
                        return;
                }
                 
-               _this.el.response(1);
+               _this.el.response(2);
             });
         }