[gnome-software/gnome-3-20] trivial: Fix a callback name
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] trivial: Fix a callback name
- Date: Wed, 13 Jul 2016 12:42:37 +0000 (UTC)
commit 16096b28a80da75455cbaaff68086cac061d8bf0
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 ec35c82..be5a70b 100644
--- a/src/gs-shell-overview.c
+++ b/src/gs-shell-overview.c
@@ -169,9 +169,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;
@@ -425,7 +425,7 @@ gs_shell_overview_load (GsShellOverview *self)
featured_category,
GS_PLUGIN_REFINE_FLAGS_DEFAULT,
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]