[gnome-software/1301-gnome-software-asked-me-to-download-updates-but-this-should-never-happen-when-automatic] Apply 1 suggestion(s) to 1 file(s)



commit cd09496d824f73fab227d76cc2b9fd714d2df725
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Jul 19 11:52:56 2021 +0000

    Apply 1 suggestion(s) to 1 file(s)

 src/gs-update-monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-update-monitor.c b/src/gs-update-monitor.c
index 894380e36..dd09b76d5 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -102,7 +102,7 @@ check_updates_kind (GsAppList *apps,
 
                app = gs_app_list_index (apps, ii);
 
-               is_important = gs_app_get_update_urgency (app) == AS_URGENCY_KIND_CRITICAL;;
+               is_important = gs_app_get_update_urgency (app) == AS_URGENCY_KIND_CRITICAL;
                has_important = has_important || is_important;
 
                /* took from gs-updates-section.c: _all_offline_updates_downloaded();


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