JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Mon, 15 Sep 2014 10:38:04 +0000 (18:38 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Sep 2014 10:38:04 +0000 (18:38 +0800)
JsRender/NodeToGtk.vala

index ab15f9b..5a82916 100644 (file)
@@ -174,10 +174,10 @@ public class JsRender.NodeToGtk : Object {
                        return;
                }
 
-               if (cls ="GtkTreeStore") { // other stores?
+               if (cls ="GtkTreeStore") { // other stores?
                        this.packTreeStore();
                }
-               if (cls ="GtkViewColumn") { // other stores?
+               if (cls =="GtkViewColumn") { // other stores?
                        this.packTreeViewColumn();
                }
                if (cls_gtype.is_a(typeof(global::Gtk.CellRenderer))) { // other stores?