[gnome-robots] Use new value for GamesScoresStyle



commit d5d3154be0ee40e1c4cb79793abfad197e75b990
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Feb 14 16:38:58 2016 -0600

    Use new value for GamesScoresStyle

 src/gnome-robots.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index caff11d..b83dcbc 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -431,7 +431,7 @@ activate (GtkApplication *app, gpointer user_data)
                                                        GTK_WINDOW (window),
                                                        create_category_from_key,
                                                        NULL,
-                                                       GAMES_SCORES_STYLE_PLAIN_DESCENDING,
+                                                       GAMES_SCORES_STYLE_POINTS_GREATER_IS_BETTER,
                                                        GAMES_SCORES_IMPORTER (importer));
   g_object_unref (importer);
 


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