[gnome-software] packagekit: trivial: Use correct enum type



commit 8e40e3980410d4c6715a9c9f2818490b5fcd8e8f
Author: Kalev Lember <klember redhat com>
Date:   Thu Feb 28 14:28:58 2019 +0100

    packagekit: trivial: Use correct enum type

 plugins/packagekit/gs-plugin-packagekit-refresh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/packagekit/gs-plugin-packagekit-refresh.c 
b/plugins/packagekit/gs-plugin-packagekit-refresh.c
index 512d6779..0b9a9e80 100644
--- a/plugins/packagekit/gs-plugin-packagekit-refresh.c
+++ b/plugins/packagekit/gs-plugin-packagekit-refresh.c
@@ -117,7 +117,7 @@ gs_plugin_download (GsPlugin *plugin,
                GsAppList *related = gs_app_get_related (app);
 
                /* add this app */
-               if (!gs_app_has_quirk (app, AS_APP_QUIRK_IS_PROXY))
+               if (!gs_app_has_quirk (app, GS_APP_QUIRK_IS_PROXY))
                        if (g_strcmp0 (gs_app_get_management_plugin (app), "packagekit") == 0) {
                                gs_app_list_add (list_tmp, app);
                        continue;


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