[gnome-software/1364-implement-other-apps-by-author-section-in-app-details-page] set max results to 18 (divisible by 3 and by 2)
- 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 18 (divisible by 3 and by 2)
- Date: Tue, 15 Mar 2022 15:15:48 +0000 (UTC)
commit dfd17c04e46b2baccc00f1cfa0faeb22a55ca22d
Author: Milan Crha <mcrha redhat com>
Date: Tue Mar 15 16:15:25 2022 +0100
set max results to 18 (divisible by 3 and by 2)
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 4f2ac41fc..e0ce6a549 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", 21,
+ "max-results", 18,
"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]