src/Builder4/WindowState.vala
authorAlan <alan@roojs.com>
Thu, 7 Jul 2022 09:01:06 +0000 (17:01 +0800)
committerAlan <alan@roojs.com>
Thu, 7 Jul 2022 09:01:06 +0000 (17:01 +0800)
src/Builder4/WindowState.vala

index cb022f1..4dc024d 100644 (file)
@@ -621,7 +621,7 @@ public class WindowState : Object
                
                if (existing != null) {
                        existing.el.present();
-                       existing.windowstate.gotLine(line);
+                       existing.windowstate.gotoLine(line);
                        return;
                }