RooTicket.vala
[gitlive] / NewBranch.bjs
index 040ffc1..2ae1ceb 100644 (file)
          ]
         },
         {
+         "listeners" : {
+          "clicked" : "() => {\n\tTicket.singleton().show(_this.repo);\n}"
+         },
          "bool expand" : false,
          "xtype" : "Button",
          "* pack" : "attach_defaults,4,5,1,2",
         },
         {
          "listeners" : {
-          "activate" : "() => {\n\t_this.el.response(1);\n}\n"
+          "clicked" : "() => {\n\tGLib.debug(\"fire response = 1\");\n\t_this.el.response(1);\n}"
          },
          "label" : "Create Branch",
          "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",