X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=XObjectBase%2FGtkListStore.js;h=f95fbe3c349c03473b8740f9c4849ce70b866912;hp=e48268bcb75654b3fc39b4713afa0a40817f3a7c;hb=d5999aa599714a6a5e2b4f97f0f64d1907295275;hpb=3d8e4cb13abed4e81cdd4adbaa63921eae82f660 diff --git a/XObjectBase/GtkListStore.js b/XObjectBase/GtkListStore.js index e48268bcb..f95fbe3c3 100644 --- a/XObjectBase/GtkListStore.js +++ b/XObjectBase/GtkListStore.js @@ -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();