[tali/gnome-3-10] Fix scores



commit ec42bd6326911782cba395f4687a878a531bb117
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Nov 6 18:45:40 2013 -0600

    Fix scores

 src/gyahtzee.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gyahtzee.c b/src/gyahtzee.c
index bbe2825..7df6a4b 100644
--- a/src/gyahtzee.c
+++ b/src/gyahtzee.c
@@ -920,7 +920,7 @@ main (int argc, char *argv[])
       exit(0);
   }
 
-  highscores = games_scores_new ("tali",
+  highscores = games_scores_new ("gtali",
                                  category_array, G_N_ELEMENTS (category_array),
                                  "game type", NULL,
                                  0 /* default category */,


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