[gnome-robots/gnome-3-10] Fix score system



commit f3646ee7e3dd018677aa52ad2836c8302db2bfdb
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Nov 5 21:38:29 2013 -0600

    Fix score system

 src/gnobots.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnobots.c b/src/gnobots.c
index 31953e6..24a37bb 100644
--- a/src/gnobots.c
+++ b/src/gnobots.c
@@ -205,7 +205,7 @@ main (int argc, char *argv[])
 
   g_set_application_name (_("Robots"));
 
-  highscores = games_scores_new ("gnobots2",
+  highscores = games_scores_new ("gnome-robots",
                                  scorecats, G_N_ELEMENTS (scorecats),
                                  NULL, NULL,
                                  0 /* default category */,


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