[gnome-software/eos-updater-upstream: 6/7] fixup! WIP: initial implementation of eos-updater plugin



commit 27a6422c0877f5efb982b9f3eea52b5f7540d35b
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Mar 28 17:11:30 2019 +0000

    fixup! WIP: initial implementation of eos-updater plugin

 plugins/eos-updater/gs-plugin-eos-updater.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/eos-updater/gs-plugin-eos-updater.c b/plugins/eos-updater/gs-plugin-eos-updater.c
index 7fe8b4d0..590c3c62 100644
--- a/plugins/eos-updater/gs-plugin-eos-updater.c
+++ b/plugins/eos-updater/gs-plugin-eos-updater.c
@@ -557,9 +557,9 @@ setup_os_upgrade (GsPlugin *plugin)
         * should be changed to the right value when it changes in the eos-updater */
        gs_app_set_version (app, "");
        gs_app_set_name (app, GS_APP_QUALITY_LOWEST, "Endless OS");
-       gs_app_add_quirk (app, AS_APP_QUIRK_NEEDS_REBOOT);
-       gs_app_add_quirk (app, AS_APP_QUIRK_PROVENANCE);
-       gs_app_add_quirk (app, AS_APP_QUIRK_NOT_REVIEWABLE);
+       gs_app_add_quirk (app, GS_APP_QUIRK_NEEDS_REBOOT);
+       gs_app_add_quirk (app, GS_APP_QUIRK_PROVENANCE);
+       gs_app_add_quirk (app, GS_APP_QUIRK_NOT_REVIEWABLE);
        gs_app_set_management_plugin (app, gs_plugin_get_name (plugin));
        gs_app_set_metadata (app, "GnomeSoftware::UpgradeBanner-css",
                             "background: url('" DATADIR "/gnome-software/upgrade-bg.png');"


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