From 88e4a884771465f73a64938c7e1522b23ce600bd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 19:02:00 +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 81e3de4ab..6833e1e84 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.c_new(string); + tpath = new Gtk.TreePath.from_string(string); } var iter = new Gtk.TreeIter(); this.el.get_iter (iter, tpath) ; -- 2.39.2