Clones.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:07:52 +0000 (13:07 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:07:52 +0000 (13:07 +0800)
Clones.vala

Clones.bjs
Clones.vala

index 3b61dfe..226e0e7 100644 (file)
           },
           {
            "id" : "tv_autopush",
-           "* init" : " \n    this.el.add_attribute(_this.cr_autopush.el , 'active', 5 );\n//      this.items[0].el.set_activatable(true);\n\n",
+           "* init" : " \n    this.el.add_attribute(_this.cr_autopush.el , \"active\", 5 );\n//      this.items[0].el.set_activatable(true);\n\n",
            "* pack" : "append_column",
            "title" : "Auto Push",
            "xtype" : "TreeViewColumn",
index a5e4d67..49abf82 100644 (file)
@@ -676,7 +676,7 @@ public class Clones : Object
 
             // init method
 
-            this.el.add_attribute(_this.cr_autopush.el , 'active', 5 );
+            this.el.add_attribute(_this.cr_autopush.el , "active", 5 );
             //      this.items[0].el.set_activatable(true);
         }