From f1235017dde0e688b3fcdf9fbeab31619f6e7435 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 27 Mar 2024 17:03:28 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 2 +- src/Builder4/Editor.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)); -- 2.39.2