[gnome-robots] request-category signal has been renamed



commit c25290c5a417ce641b678c521c316ec90bd14775
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jun 28 14:58:39 2015 -0500

    request-category signal has been renamed

 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 95d5a27..54ae813 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -431,7 +431,7 @@ activate (GtkApplication *app, gpointer user_data)
                                          _("Game Type:"),
                                          GTK_WINDOW (window),
                                          GAMES_SCORES_STYLE_PLAIN_DESCENDING);
-  g_signal_connect (highscores, "request-category", G_CALLBACK (create_category_from_key), NULL);
+  g_signal_connect (highscores, "category-request", G_CALLBACK (create_category_from_key), NULL);
   gtk_widget_show_all (window);
 
   if (!load_game_configs ()) {


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