From d5999aa599714a6a5e2b4f97f0f64d1907295275 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 20:14:39 +0800 Subject: [PATCH] XObjectBase/GtkListStore.js --- XObjectBase/GtkListStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2