X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=MergeBranch.bjs;h=3b4e284d0ceab73ee43f71fc73bea02591233deb;hp=f45c0b044fe9a53019fb5b58cc8610d4bcef6532;hb=refs%2Fheads%2Fwip_alan_T5639_gitlive_general_tidy_ups;hpb=4a9fee69a609fe7542b9a4fcc43e602d73051ce9 diff --git a/MergeBranch.bjs b/MergeBranch.bjs index f45c0b04..3b4e284d 100644 --- a/MergeBranch.bjs +++ b/MergeBranch.bjs @@ -136,7 +136,7 @@ }, { "listeners" : { - "changed" : "() => {\n\tif (this.loading) {\n\t\treturn;\n\t}\n\t \n\t_this.view.loadTicket(ticket.id);\n\t _this.name.updateText();\n\t//GLib.debug (//\"Selection: %s, %s\\n\", (string) val1, (string) val2);\n}" + "changed" : "() => {\n\tif (this.loading) {\n\t\treturn;\n\t}\n\t \n\t_this.view.loadTicket(this.selectedTicketId());\n\t _this.name.updateText();\n\t//GLib.debug (//\"Selection: %s, %s\\n\", (string) val1, (string) val2);\n}" }, "* ctor" : "new Gtk.ComboBox.with_entry()", "id" : "ticketsel",