From 1d5202f866e0c793d64b6ac748c9fe8b3719941e Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Sun, 1 Sep 2019 07:51:50 +0200 Subject: [PATCH] PackageKit: fix count of available updates on fedora seems on fedora the type of updates are reported differently from debian and archlinux based distro thanks Simon for reporting and testing --- src/modules/packagekit/e_mod_packagekit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/packagekit/e_mod_packagekit.c b/src/modules/packagekit/e_mod_packagekit.c index 5b3ec0e2b..d02a66b88 100644 --- a/src/modules/packagekit/e_mod_packagekit.c +++ b/src/modules/packagekit/e_mod_packagekit.c @@ -34,6 +34,7 @@ packagekit_icon_update(E_PackageKit_Module_Context *ctxt, case PK_INFO_ENUM_BUGFIX: case PK_INFO_ENUM_IMPORTANT: case PK_INFO_ENUM_SECURITY: + case PK_INFO_ENUM_AVAILABLE: count++; break; default: