[gnome-software] Hide the QT4 version of gImageReader as a GTK one also exists



commit 0433c2f63003e92a3dbfccd775d533490e461ead
Author: Richard Hughes <richard hughsie com>
Date:   Wed Mar 11 12:50:51 2015 +0000

    Hide the QT4 version of gImageReader as a GTK one also exists

 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 5900fab..f815ad0 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -667,6 +667,7 @@ gs_plugin_loader_filter_qt_for_gtk (GsApp *app, gpointer user_data)
        /* hide the QT versions in preference to the GTK ones */
        if (g_strcmp0 (gs_app_get_id (app), "transmission-qt.desktop") == 0 ||
            g_strcmp0 (gs_app_get_id (app), "nntpgrab_qt.desktop") == 0 ||
+           g_strcmp0 (gs_app_get_id (app), "gimagereader-qt4.desktop") == 0 ||
            g_strcmp0 (gs_app_get_id (app), "nntpgrab_server_qt.desktop") == 0 ||
            g_strcmp0 (gs_app_get_id (app), "hotot-qt.desktop") == 0) {
                g_debug ("removing QT version of %s",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]