src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:06:22 +0000 (23:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:06:22 +0000 (23:06 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 7b28fa7..772bf5a 100644 (file)
@@ -61,7 +61,7 @@
            "int margin_end" : 4,
            "int margin_start" : 4,
            "xtype" : "Label",
-           "| void setHelper" : [
+           "| void setHelp" : [
             "(Lsp.Hover? help) {",
             "\tif (help == null) {",
             "\t\tthis.el.set_text(\"\");",
index a9acbc9..ceb5594 100644 (file)
@@ -544,7 +544,7 @@ public class Editor : Object
                }
 
                // user defined functions
-               public void setHelper (Lsp.Hover? help) {
+               public void setHelp (Lsp.Hover? help) {
                        if (help == null) {
                                this.el.set_text("");
                                return;