[gnome-robots/libgames-scores: 3/14] Pass dialog label to libgames-scores.



commit 3087f3925489c40eb13a799e837eedfae0555fab
Author: Nikhar Agrawal <nikharagrawal2006 gmail com>
Date:   Tue Aug 12 13:21:13 2014 +0530

    Pass dialog label to libgames-scores.

 src/gnome-robots.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index 7eac1e2..0460d7a 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -297,7 +297,7 @@ startup (GtkApplication *app, gpointer user_data)
 
   g_set_application_name (_("Robots"));
 
-  highscores = games_scores_context_new ("gnome-robots",
+  highscores = games_scores_context_new ("gnome-robots", "Games Type",/* window,*/
                                  GAMES_SCORES_STYLE_PLAIN_DESCENDING);
 
   settings = g_settings_new ("org.gnome.robots");


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