From: Alan Knowles Date: Thu, 2 Dec 2010 11:02:03 +0000 (+0800) Subject: XObjectBase/GtkListStore.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=4fda92018e42754c29fc130540af953be08fd3ee XObjectBase/GtkListStore.js --- diff --git a/XObjectBase/GtkListStore.js b/XObjectBase/GtkListStore.js index 6833e1e84..c83104858 100644 --- a/XObjectBase/GtkListStore.js +++ b/XObjectBase/GtkListStore.js @@ -58,7 +58,7 @@ GtkListStore = XObject.define( { var tpath = path; if (typeof(path) == 'string' ) { - tpath = new Gtk.TreePath.from_string(string); + tpath = new Gtk.TreePath.from_string(path); } var iter = new Gtk.TreeIter(); this.el.get_iter (iter, tpath) ;