Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@akbkhome.com>
Sat, 29 Nov 2014 13:21:36 +0000 (21:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 29 Nov 2014 13:21:36 +0000 (21:21 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 5fcf233..5ae5d91 100644 (file)
                                                             "* pack" : "set_model",
                                                             "xtype" : "ListStore",
                                                             "$ n_columns" : 2,
-                                                            "$ columns" : "    typeof(string),  // 0 key type\n     typeof(string) // ??\n     ",
+                                                            "$ columns" : "    typeof(string),  // 0 file name\n     typeof(string), // type (dir orfile)\n     typeof(bool)  // is checked.\n     ",
                                                             "$ xns" : "Gtk"
                                                         },
                                                         {
index ffe5e3c..21f5fd2 100644 (file)
@@ -1573,8 +1573,9 @@ public class ValaProjectSettings : Object
         public Xcls_ListStore47(ValaProjectSettings _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ListStore( 2,     typeof(string),  // 0 key type
-     typeof(string) // ??
+            this.el = new Gtk.ListStore( 2,     typeof(string),  // 0 file name
+     typeof(string), // type (dir orfile)
+     typeof(bool)  // is checked.
       );
 
             // my vars (dec)