[gnome-nibbles] Use new value for Games.Scores.Style



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

    Use new value for Games.Scores.Style

 src/gnome-nibbles.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-nibbles.vala b/src/gnome-nibbles.vala
index 88f45fc..dc5ed2a 100644
--- a/src/gnome-nibbles.vala
+++ b/src/gnome-nibbles.vala
@@ -656,7 +656,7 @@ public class Nibbles : Gtk.Application
             _("Difficulty Level:"),
             window,
             category_request,
-            Games.Scores.Style.PLAIN_DESCENDING,
+            Games.Scores.Style.POINTS_GREATER_IS_BETTER,
             new Games.Scores.DirectoryImporter.with_convert_func (get_new_scores_key));
     }
 


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