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

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

index ec49459..669279d 100644 (file)
             "\t\t}",
             "\t}",
             "\tif (help.contents.size > 1) {",
-            "\t\tsig += (\"\\n\\n\"  + help.contents[1].value);",
+            "\t\tsig += (\"\\n\\n\"  + help.contents.get(1).value);",
             "\t}",
             "\t",
             "\tthis.el.set_markup(string.joinv(\" \",str));",
index dd78a23..2dac7c0 100644 (file)
@@ -586,7 +586,7 @@ public class Editor : Object
                                }
                        }
                        if (help.contents.size > 1) {
-                               sig += ("\n\n"  + help.contents[1].value);
+                               sig += ("\n\n"  + help.contents.get(1).value);
                        }
                        
                        this.el.set_markup(string.joinv(" ",str));