src/Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 09:14:38 +0000 (17:14 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 09:14:38 +0000 (17:14 +0800)
src/Builder4/About.vala

src/Builder4/About.bjs

index 4b477cb..7ae8afd 100644 (file)
@@ -9,7 +9,7 @@
  "items" : [
   {
    "listeners" : {
-    "response" : "(rid) => {\n    this.el.hide();\n}\n"
+    "response" : "(rid) => {\n    this.el.hide();\n}\n "
    },
    "|    void show" : "(Gtk.Window parent) {\n    this.el.set_transient_for(parent);\n    this.el.modal = true;\n    this.el.show();\n}\n ",
    "$ string[] authors" : "{ \"Alan Knowles\" }",