src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 24 Mar 2024 02:59:23 +0000 (10:59 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 24 Mar 2024 02:59:23 +0000 (10:59 +0800)
src/Builder4/Editor.vala

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

index 439b7d2..22ebd73 100644 (file)
                "\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",
index dccaf24..b33f74f 100644 (file)
@@ -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
                                        );