XObjectBase/GtkListStore.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 11:02:09 +0000 (19:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 11:02:09 +0000 (19:02 +0800)
XObjectBase/GtkListStore.js

index c831048..336af16 100644 (file)
@@ -45,7 +45,7 @@ GtkListStore = XObject.define(
             // not very type safe...
             var tpath = path;
             if (typeof(path) == 'string' ) {
-                tpath = new Gtk.TreePath.c_new(string);
+                tpath = new Gtk.TreePath.from_string(path);
             }
             
             var iter = new Gtk.TreeIter();