XObjectBase/GtkListStore.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 12:14:39 +0000 (20:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 12:14:39 +0000 (20:14 +0800)
XObjectBase/GtkListStore.js

index e48268b..f95fbe3 100644 (file)
@@ -46,7 +46,7 @@ GtkListStore = XObject.define(
             var tpath = path;
             if (typeof(path) == 'string' ) {
                 tpath = new Gtk.TreePath.from_string(path);
-                tpath.consturctor = 
+                tpath.consturctor = Gtk.TreePath;
             }
             
             var iter = new Gtk.TreeIter();