From 5b513b98e969da852645d9cf6f214d7ba4b91444 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 May 2015 19:18:16 +0800 Subject: [PATCH] src/Builder4/ClutterFiles.bjs src/Builder4/ClutterFiles.vala --- src/Builder4/ClutterFiles.bjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Builder4/ClutterFiles.bjs b/src/Builder4/ClutterFiles.bjs index d6c61f0eb..a4d647d77 100644 --- a/src/Builder4/ClutterFiles.bjs +++ b/src/Builder4/ClutterFiles.bjs @@ -13,7 +13,7 @@ }, "# Gee.ArrayList fileitems" : "", "id" : "ClutterFiles", - "| void clearFiles" : "() {\n \n this.filelayout.el.remove_all_children();\n // we need to unref all the chidren that we loaded though...\n \n}\n", + "| void clearFiles" : "() {\n \n this.filelayout.el.remove_all_children();\n // we need to unref all the chidren that we loaded though...\n \n}\n ", "* init" : "this.fileitems = new Gee.ArrayList();\n", "Clutter.ScrollMode scroll_mode" : "Clutter.ScrollMode.VERTICALLY", "xtype" : "ScrollActor", @@ -81,8 +81,8 @@ }, { "* ctor" : "new Clutter.Text.full(\"Sans 10px\", file.nickType(), Clutter.Color.from_string(\"#fff\"))", - "* args" : "JsRender.JsRender file", "id" : "+typetitle", + "* args" : "JsRender.JsRender file", "$ x_expand" : true, "* pack" : "add_child", "xtype" : "Text", @@ -93,8 +93,8 @@ }, { "* ctor" : "new Clutter.Text.full(\"Sans 10px\", file.nickName(), Clutter.Color.from_string(\"#fff\"))", - "* args" : "JsRender.JsRender file", "id" : "+title", + "* args" : "JsRender.JsRender file", "$ x_expand" : true, "* pack" : "add_child", "xtype" : "Text", -- 2.39.2