From: Alan Knowles Date: Tue, 26 Mar 2024 15:36:07 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=d0ed3059fca9e8532efd24c41608ea1b3084284f;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index ca3bb6140..bf0893668 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1461,7 +1461,7 @@ ], "| void show" : [ "(Gee.ArrayList syms) {", - "\t_this.navigationwindow.el.show();", + "\t_this.navigation_holder.el.show();", "\t", "\t//_this.navliststore.el.remove_all();", "\t", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 6313597db..ae9c1fb6c 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -2018,7 +2018,7 @@ public class Editor : Object return row; } public void show (Gee.ArrayList syms) { - _this.navigationwindow.el.show(); + _this.navigation_holder.el.show(); //_this.navliststore.el.remove_all();