[gnome-software] trivial: Fix Ubuntu review plugin building
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix Ubuntu review plugin building
- Date: Fri, 1 Jul 2016 03:37:04 +0000 (UTC)
commit c1bd5e9d5713a81815e0b8a676adb947d71ccb6a
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Jul 1 15:36:51 2016 +1200
trivial: Fix Ubuntu review plugin building
src/plugins/gs-plugin-ubuntu-reviews.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-ubuntu-reviews.c b/src/plugins/gs-plugin-ubuntu-reviews.c
index 92d9e43..16d875c 100644
--- a/src/plugins/gs-plugin-ubuntu-reviews.c
+++ b/src/plugins/gs-plugin-ubuntu-reviews.c
@@ -620,7 +620,7 @@ download_reviews (GsPlugin *plugin, GsApp *app,
// FIXME: This will only get the first page of reviews
language = get_language (plugin);
path = g_strdup_printf ("/api/1.0/reviews/filter/%s/any/any/any/%s/page/%d/", language, package_name,
page_number + 1);
- if (!send_review_request (plugin, SOUP_METHOD_GET, path, NULL, FALSE, &result, cancellable, error))
+ if (!send_review_request (plugin, SOUP_METHOD_GET, path, NULL, &result, cancellable, error))
return FALSE;
/* Extract the stats from the data */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]