[gnome-games/wip/exalm/rebrand: 22/102] fixup! retro-platform: Merge into Platform




commit 6f2760da481996d11a0c22caa6572293ccf471b0
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Mar 29 20:25:54 2021 +0500

    fixup! retro-platform: Merge into Platform

 src/core/migrator.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/core/migrator.vala b/src/core/migrator.vala
index b4c2b429..81ffa3ad 100644
--- a/src/core/migrator.vala
+++ b/src/core/migrator.vala
@@ -292,7 +292,7 @@ class Games.Migrator : Object {
                        if (game_uid.contains (platform_uid_prefix)) {
                                if (best_match == null || platform_uid_prefix.length > best_match.length) {
                                        best_match = platform_uid_prefix;
-                                       result_platform = retro_platform;
+                                       result_platform = platform;
                                }
                        }
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]