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