raster pushed a commit to branch enlightenment-0.23.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2cdc51f8661472c74d81c960c377c7df47ef5312

commit 2cdc51f8661472c74d81c960c377c7df47ef5312
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Sep 1 07:51:50 2019 +0200

    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:

-- 


Reply via email to