summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Andreoli <dave@gurumeditation.it>2019-09-01 07:51:50 +0200
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-09-29 12:37:56 +0100
commit2cdc51f8661472c74d81c960c377c7df47ef5312 (patch)
treed4acb7d39078e1761b1313dbcc50b849521b5619
parent6b2eb17c57bf9cc7ddb0b667748b08bc5593773f (diff)
downloadenlightenment-2cdc51f8661472c74d81c960c377c7df47ef5312.tar.gz
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
-rw-r--r--src/modules/packagekit/e_mod_packagekit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/packagekit/e_mod_packagekit.c b/src/modules/packagekit/e_mod_packagekit.c
index 5b3ec0e2bd..d02a66b880 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: