From d3bdfeea51b88422bf6f1590beaa24e9ec6b8b79 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 20:15:06 +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 f95fbe3c3..a482e30ea 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 = Gtk.TreePath; + tpath.constructor = Gtk.TreePath; } var iter = new Gtk.TreeIter(); -- 2.39.2