src/Palete/SymbolFile.vala
authorAlan Knowles <alan@roojs.com>
Wed, 8 May 2024 23:18:06 +0000 (07:18 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 May 2024 23:18:06 +0000 (07:18 +0800)
src/Palete/SymbolFile.vala

index b530e14..613f8ef 100644 (file)
@@ -327,7 +327,7 @@ namespace Palete {
                         
                        foreach(var k in this.symbol_map.keys) {
                                var s = this.symbol_map.get(k);
-                               if (this.updated_ids.contains((int)k.id)) {
+                               if (this.updated_ids.contains((int)s.id)) {
                                        continue;
                                }