src/Builder4/GtkView.bjs
[app.Builder.js] / src / Builder4 / GtkView.vala
index c56a710..ce0779a 100644 (file)
@@ -359,7 +359,7 @@ public class Xcls_GtkView : Object
                     }
                     var tp = _this.main_window.windowstate.left_tree.model.treePathFromNode(node);
                     print("got tree path %s\n", tp);
-                    _this.main_window.windowstate.left_tree.view.set_cursor(Gtk.TreePath.from_string(tp), null, false);
+                    _this.main_window.windowstate.left_tree.view.el.set_cursor(Gtk.TreePath.from_string(tp), null, false);
                     
                     
                     // highlight the node..