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

NewBranch.bjs
NewBranch.vala

index 036346a..7b82a84 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(3);\n}"
            },
            "label" : "Commit Changes",
            "id" : "createbtn",
index 74c3ce3..6046cea 100644 (file)
@@ -2419,7 +2419,7 @@ public class NewBranch : Object
                        return;
                }
                 
-               _this.el.response(1);
+               _this.el.response(3);
             });
         }