src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2024 15:39:54 +0000 (23:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2024 15:39:54 +0000 (23:39 +0800)
src/Builder4/Editor.vala

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

index e2af729..ebc7b4f 100644 (file)
           "\t\t_this.navliststore.el.append(sym);",
           "\t}",
           "\tGLib.Idle.add(() => {",
-          "\t\tGlib.debug(\"idle update scroll\");",
+          "\t\tGLib.debug(\"idle update scroll\");",
           "\t\tGtk.TextIter iter;",
           "\t\t_this.buffer.el.get_iter_at_offset (",
           "\t\t\t\tout iter, _this.buffer.el.cursor_position);",
index 7fe85a9..7e7edc2 100644 (file)
@@ -1853,7 +1853,7 @@ public class Editor : Object
                                _this.navliststore.el.append(sym);
                        }
                        GLib.Idle.add(() => {
-                               Glib.debug("idle update scroll");
+                               GLib.debug("idle update scroll");
                                Gtk.TextIter iter;
                                _this.buffer.el.get_iter_at_offset (
                                                out iter, _this.buffer.el.cursor_position);