[gnome-klotski] Use updated value for Games.Scores.Style



commit 1e4f4f0a4c2ea0bb24ae4300c9c5ee11aeac4fea
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Feb 14 16:36:30 2016 -0600

    Use updated value for Games.Scores.Style

 src/klotski-window.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/klotski-window.vala b/src/klotski-window.vala
index fb18e02..4013dc5 100644
--- a/src/klotski-window.vala
+++ b/src/klotski-window.vala
@@ -523,7 +523,7 @@ public class KlotskiWindow : ApplicationWindow
              _("Puzzle"),
              this,
              category_request,
-             Games.Scores.Style.PLAIN_ASCENDING,
+             Games.Scores.Style.POINTS_LESS_IS_BETTER,
              new Games.Scores.HistoryFileImporter (parse_old_score));
 
         // name, active, puzzle number (or -1), sensitive=false CSS hack


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