[tali] Save scores in ~/.local/share/tali



commit 44d836f3a1de0f1fb91a2127aa16adff5d6bb62e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Feb 5 16:06:51 2014 -0600

    Save scores in ~/.local/share/tali

 src/gyahtzee.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gyahtzee.c b/src/gyahtzee.c
index 0e98e13..f1e3678 100644
--- a/src/gyahtzee.c
+++ b/src/gyahtzee.c
@@ -911,7 +911,7 @@ main (int argc, char *argv[])
       exit(0);
   }
 
-  highscores = games_scores_new ("gtali",
+  highscores = games_scores_new ("tali",
                                  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]