From: Alan Knowles Date: Thu, 2 Dec 2010 12:14:39 +0000 (+0800) Subject: XObjectBase/GtkListStore.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=d5999aa599714a6a5e2b4f97f0f64d1907295275 XObjectBase/GtkListStore.js --- 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();