resources/Gir.overides
authorAlan Knowles <alan@roojs.com>
Mon, 1 Sep 2014 09:32:47 +0000 (17:32 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Sep 2014 09:32:47 +0000 (17:32 +0800)
JsRender/NodeToVala.vala

JsRender/NodeToVala.vala
resources/Gir.overides

index c5802ee..1302c52 100644 (file)
@@ -367,6 +367,7 @@ public class JsRender.NodeToVala : Object {
                        }
                        this.ret += this.ipad + "this.el = new " + cls + "( "+ string.joinv(", ",args) + " );\n" ;
                        return;
+                       
                }
                
                
index eb71be3..6740f63 100644 (file)
@@ -10,7 +10,7 @@
     "Gtk.SourceBuffer.new.table" : "tag_table",
     "Gtk.Table.new.rows" : "n_rows",
     "Gtk.Table.new.columns" : "n_columns",
-    
+    "Gtk.ListStore.new.columns" : "columns",
     
     
     "-" : ""