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
This commit is contained in:
Davide Andreoli 2019-09-01 07:51:50 +02:00 committed by Carsten Haitzler (Rasterman)
parent 6b2eb17c57
commit 2cdc51f866
1 changed files with 1 additions and 0 deletions

View File

@ -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: