From: Alan Knowles Date: Sun, 24 Mar 2024 02:59:23 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=515c306529ff093a364b4564a51ca25cdcee1ec9;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 439b7d295..22ebd73c3 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -605,7 +605,7 @@ "\t\tGtk.TextWindowType.TEXT, ", "\t\t(int)x, (int)y, out buffer_x, out buffer_y", "\t);", - "\tGLib.converted(\"%d, %d to %d %d\", ", + "\tGLib.debug(\"converted %d, %d to %d %d\", ", "\t\t(int)x, (int)y, buffer_x, buffer_y", "\t\t);", "\t", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index dccaf2497..b33f74f48 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1321,7 +1321,7 @@ public class Editor : Object Gtk.TextWindowType.TEXT, (int)x, (int)y, out buffer_x, out buffer_y ); - GLib.converted("%d, %d to %d %d", + GLib.debug("converted %d, %d to %d %d", (int)x, (int)y, buffer_x, buffer_y );