[gnome-control-center] shell: Rename keynav-failed handler



commit 082cd72df87223caa3c491c3161a8d6e8e935e2d
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 10 17:51:06 2013 +0100

    shell: Rename keynav-failed handler

 shell/gnome-control-center.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c
index b71f156..de2f9be 100644
--- a/shell/gnome-control-center.c
+++ b/shell/gnome-control-center.c
@@ -343,9 +343,9 @@ get_item_views (GnomeControlCenter *shell)
 }
 
 static gboolean
-keynav_failed (GtkIconView        *current_view,
-               GtkDirectionType    direction,
-               GnomeControlCenter *shell)
+categories_keynav_failed (GtkIconView        *current_view,
+                          GtkDirectionType    direction,
+                          GnomeControlCenter *shell)
 {
   GList *views, *v;
   GtkIconView *new_view;
@@ -766,7 +766,7 @@ add_category_view (GnomeControlCenter *shell,
                     G_CALLBACK (category_focus_out), shell);
   g_signal_connect (cc_shell_category_view_get_item_view (CC_SHELL_CATEGORY_VIEW (categoryview)),
                     "keynav-failed",
-                    G_CALLBACK (keynav_failed), shell);
+                    G_CALLBACK (categories_keynav_failed), shell);
 }
 
 static void



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