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

index f95fbe3..a482e30 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 = Gtk.TreePath;
+                tpath.constructor = Gtk.TreePath;
             }
             
             var iter = new Gtk.TreeIter();