From: Alan Date: Wed, 27 Mar 2024 09:03:28 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f1235017dde0e688b3fcdf9fbeab31619f6e7435;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index b474d99c9..5569ca327 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -119,7 +119,7 @@ "\tif (help.contents.size > 1) {", "\t\tthis.el.tooltip_markup = GLib.Markup.escape_text(help.contents.get(1).value);", "\t} else {", - "\t\tthis.el.tooltip_markup = GLib.Markup.escape_text((help.contents.get(0).value)", + "\t\tthis.el.tooltip_markup = GLib.Markup.escape_text(help.contents.get(0).value);", "\t}", "\tthis.el.set_markup(string.joinv(\" \",str));", "\t", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index ec52d80c4..21d4908b3 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -598,7 +598,7 @@ public class Editor : Object if (help.contents.size > 1) { this.el.tooltip_markup = GLib.Markup.escape_text(help.contents.get(1).value); } else { - this.el.tooltip_markup = GLib.Markup.escape_text((help.contents.get(0).value) + this.el.tooltip_markup = GLib.Markup.escape_text(help.contents.get(0).value); } this.el.set_markup(string.joinv(" ",str));