[gnome-software] Add prefer-GTK filtering to the category view as well
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Add prefer-GTK filtering to the category view as well
- Date: Mon, 29 Jun 2015 18:01:48 +0000 (UTC)
commit 4beb42c258e83fe9d8edcecdfd82244cb5663c51
Author: Kalev Lember <klember redhat com>
Date: Mon Jun 29 19:59:14 2015 +0200
Add prefer-GTK filtering to the category view as well
src/gs-plugin-loader.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index acceebe..bd253c4 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -2103,6 +2103,7 @@ gs_plugin_loader_get_category_apps_thread_cb (GTask *task,
gs_plugin_list_filter_duplicates (&state->list);
gs_plugin_list_filter (&state->list, gs_plugin_loader_app_is_non_system, NULL);
gs_plugin_list_filter (&state->list, gs_plugin_loader_app_is_valid, state);
+ gs_plugin_list_filter (&state->list, gs_plugin_loader_filter_qt_for_gtk, NULL);
gs_plugin_list_filter (&state->list, gs_plugin_loader_get_app_is_compatible, plugin_loader);
if (g_settings_get_boolean (plugin_loader->priv->settings, "require-appdata")) {
gs_plugin_list_filter (&state->list,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]