Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 11:25:09 +0000 (19:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 11:25:09 +0000 (19:25 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index a1077fd..ca80ad9 100644 (file)
                                                 },
                                                 {
                                                     "utf8 title" : "name",
-                                                    "* init" : " this.el.add_attribute(_this.targets_render.el , \"markup\", 2 );\n this.el.add_attribute(_this.targets_render.el , \"text\", 1 );\n  ",
+                                                    "* init" : " \n this.el.add_attribute(_this.targets_render.el , \"text\", 0 );\n  ",
                                                     "* pack" : "append_column",
                                                     "xtype" : "TreeViewColumn",
                                                     "gboolean resizable" : true,
index 087f67c..8c1849f 100644 (file)
@@ -1012,8 +1012,7 @@ public class ValaProjectSettings : Object
 
             // init method 
 
-            this.el.add_attribute(_this.targets_render.el , "markup", 2 );
-             this.el.add_attribute(_this.targets_render.el , "text", 1 );        }
+            this.el.add_attribute(_this.targets_render.el , "text", 0 );        }
 
         // user defined functions 
     }