[gnome-software: 3/3] Merge branch '1218-gs-repos-dialog-disable-deduplication-when-asking-for-configured-sources' into 'm
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 3/3] Merge branch '1218-gs-repos-dialog-disable-deduplication-when-asking-for-configured-sources' into 'm
- Date: Tue, 20 Jul 2021 12:54:42 +0000 (UTC)
commit 667fc31714ee929513d8c9b93d233c9eaa6b7e5d
Merge: a0ecf3444 6191b0cdb
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Jul 20 12:54:41 2021 +0000
Merge branch '1218-gs-repos-dialog-disable-deduplication-when-asking-for-configured-sources' into 'main'
Resolve "gs-repos-dialog: Disable deduplication when asking for configured sources"
Closes #1218
See merge request GNOME/gnome-software!710
plugins/packagekit/gs-plugin-packagekit.c | 1 -
src/gs-repos-dialog.c | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --cc plugins/packagekit/gs-plugin-packagekit.c
index 8988db2f9,ab38c9d56..56d7e2760
--- a/plugins/packagekit/gs-plugin-packagekit.c
+++ b/plugins/packagekit/gs-plugin-packagekit.c
@@@ -264,10 -132,8 +264,9 @@@ gs_plugin_add_sources (GsPlugin *plugin
/* ask PK for the repo details */
filter = pk_bitfield_from_enums (PK_FILTER_ENUM_NOT_SOURCE,
PK_FILTER_ENUM_NOT_DEVELOPMENT,
- PK_FILTER_ENUM_NOT_SUPPORTED,
-1);
g_mutex_lock (&priv->task_mutex);
+ pk_client_set_interactive (PK_CLIENT (priv->task), gs_plugin_has_flags (plugin,
GS_PLUGIN_FLAGS_INTERACTIVE));
results = pk_client_get_repo_list (PK_CLIENT(priv->task),
filter,
cancellable,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]