src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 14:57:33 +0000 (22:57 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 14:57:33 +0000 (22:57 +0800)
src/Builder4/Editor.vala

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

index 8d81dc3..e04357e 100644 (file)
           " ",
           "\t\t\trow.add_css_class(\"selected-row\");",
           "\t\t} else {",
-          "\t\t\tGLib.debug(\"could not find widget on row %d\", new_row\");",
+          "\t\t\tGLib.debug(\"could not find widget on row %d\", new_row);",
+          "\t\t}",
           "\t\tthis.selected_row = new_row;",
           "\t}",
           "",
index 2d75c17..680d229 100644 (file)
@@ -1932,7 +1932,8 @@ public class Editor : Object
                 
                                        row.add_css_class("selected-row");
                                } else {
-                                       GLib.debug("could not find widget on row %d", new_row");
+                                       GLib.debug("could not find widget on row %d", new_row);
+                               }
                                this.selected_row = new_row;
                        }