src/Builder4/ClutterFiles.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:28:17 +0000 (18:28 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:28:17 +0000 (18:28 +0800)
src/Builder4/ClutterFiles.vala

src/Builder4/ClutterFiles.bjs
src/Builder4/ClutterFiles.vala

index ae64cd6..f3cff5e 100644 (file)
@@ -9,7 +9,6 @@
  "items" : [
   {
    "id" : "ClutterFiles",
-   "* args" : "string folderpath",
    "|  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 ",
    "Clutter.ScrollMode scroll_mode" : "Clutter.ScrollMode.VERTICALLY",
    "xtype" : "Actor",
index 1202f21..ee99dfe 100644 (file)
@@ -28,7 +28,7 @@ public class Xcls_ClutterFiles : Object
     public Gee.ArrayList<Object> fileitems;
 
     // ctor
-    public Xcls_ClutterFiles(, string folderpath)
+    public Xcls_ClutterFiles()
     {
         _this = this;
         this.el = new Clutter.Actor();