src/Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 4 Mar 2015 06:56:48 +0000 (14:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Mar 2015 06:56:48 +0000 (14:56 +0800)
src/Builder4/ValaProjectSettings.vala

src/Builder4/ValaProjectSettings.bjs
src/Builder4/ValaProjectSettings.vala

index c905938..595059b 100644 (file)
               },
               {
                "utf8 title" : "use",
-               "* init" : "/*\n\n this.el.add_attribute(_this.packages_render_use.el , \"active\", 1 );\n \n */\n ",
+               "* init" : "{\n this.el.add_attribute(_this.packages_render_use.el , \"active\", 2 );\n }",
                "* pack" : "append_column",
                "xtype" : "TreeViewColumn",
                "gboolean resizable" : false,
index 56d57b6..25af764 100644 (file)
@@ -1641,11 +1641,9 @@ public class ValaProjectSettings : Object
 
             // init method 
 
-            /*
-            
-             this.el.add_attribute(_this.packages_render_use.el , "active", 1 );
-             
-             */        }
+            {
+             this.el.add_attribute(_this.packages_render_use.el , "active", 2 );
+             }        }
 
         // user defined functions 
     }