src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 15:28:44 +0000 (23:28 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 15:28:44 +0000 (23:28 +0800)
src/Builder4/Editor.vala

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

index 55cbff2..ca79c9f 100644 (file)
           "\tif (line == this.last_selected_line) {",
           "\t\treturn;",
           "\t}",
-          "\tGLib.debug(\"select line %d\", (int)ine);",
+          "\tGLib.debug(\"select line %d\", (int)line);",
           "\tthis.last_selected_line = (int)line;",
           "\t",
           "\t",
index a16fe1e..940510f 100644 (file)
@@ -1908,7 +1908,7 @@ public class Editor : Object
                        if (line == this.last_selected_line) {
                                return;
                        }
-                       GLib.debug("select line %d", (int)ine);
+                       GLib.debug("select line %d", (int)line);
                        this.last_selected_line = (int)line;