[gnome-games/wip/exalm/platform-preferences: 7/7] retro-platform: Use PreferencesPageRetroPlatform



commit 33ef3fb8090a27c1b5cd6611857deb9077f56c13
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 25 23:11:18 2018 +0500

    retro-platform: Use PreferencesPageRetroPlatform

 src/retro/retro-platform.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/retro/retro-platform.vala b/src/retro/retro-platform.vala
index 6d9de845..872a216c 100644
--- a/src/retro/retro-platform.vala
+++ b/src/retro/retro-platform.vala
@@ -24,6 +24,6 @@ public class Games.RetroPlatform : Object, Platform {
        }
 
        public PreferencesPage get_preferences () {
-               return new PreferencesPageDummyPlatform ();
+               return new PreferencesPageRetroPlatform (this);
        }
 }


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