[gnome-software] trivial: Fix a callback name



commit 68591b64a23d61f82278ccaf620a311de8bb4345
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jul 12 09:19:40 2016 +0100

    trivial: Fix a callback name

 src/gs-shell-overview.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-shell-overview.c b/src/gs-shell-overview.c
index e4e9ad4..897bdd2 100644
--- a/src/gs-shell-overview.c
+++ b/src/gs-shell-overview.c
@@ -167,9 +167,9 @@ out:
 }
 
 static void
-gs_shell_overview_get_popular_rotating_cb (GObject *source_object,
-                                          GAsyncResult *res,
-                                          gpointer user_data)
+gs_shell_overview_get_category_apps_cb (GObject *source_object,
+                                       GAsyncResult *res,
+                                       gpointer user_data)
 {
        LoadData *load_data = (LoadData *) user_data;
        GsShellOverview *self = load_data->self;
@@ -459,7 +459,7 @@ gs_shell_overview_load (GsShellOverview *self)
                                                          GS_PLUGIN_REFINE_FLAGS_REQUIRE_REVIEW_RATINGS |
                                                          GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON,
                                                          priv->cancellable,
-                                                         gs_shell_overview_get_popular_rotating_cb,
+                                                         gs_shell_overview_get_category_apps_cb,
                                                          load_data);
                priv->refresh_count++;
        }


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