src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:28:19 +0000 (22:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:28:19 +0000 (22:28 +0800)
src/Lsp.vala

index b314804..ed052a1 100644 (file)
@@ -492,7 +492,7 @@ namespace Lsp {
                                if (!sel.equals(tel)) {
                                        GLib.debug("copyList replace");
                                        target.remove(i);
-                                       target.insert(i, tel);
+                                       target.insert(i, sel);
                                        i++;
                                        continue;
                                }