[gnome-software/1364-implement-other-apps-by-author-section-in-app-details-page] set max results to 21 (divisible by 3)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1364-implement-other-apps-by-author-section-in-app-details-page] set max results to 21 (divisible by 3)
- Date: Fri, 11 Mar 2022 11:48:22 +0000 (UTC)
commit a1b014914b5c4bcf7bc6cab515964b219abb5397
Author: Milan Crha <mcrha redhat com>
Date: Fri Mar 11 12:48:00 2022 +0100
set max results to 21 (divisible by 3)
src/gs-details-page.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-details-page.c b/src/gs-details-page.c
index 9d69428e7..4f2ac41fc 100644
--- a/src/gs-details-page.c
+++ b/src/gs-details-page.c
@@ -1097,7 +1097,7 @@ gs_details_page_refresh_all (GsDetailsPage *self)
plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_SEARCH_OTHER_APPS,
"search", self->last_developer_name,
- "max-results", 20,
+ "max-results", 21,
"refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON |
GS_PLUGIN_REFINE_FLAGS_REQUIRE_VERSION |
GS_PLUGIN_REFINE_FLAGS_REQUIRE_HISTORY |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]