[gnome-software/gnome-3-10] trivial: One more PK status code to map



commit c5ebcc48f601979bc8180d5da10f0d8049034d2f
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 18 10:52:03 2013 +0100

    trivial: One more PK status code to map

 src/plugins/packagekit-common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/packagekit-common.c b/src/plugins/packagekit-common.c
index 46688d0..53f6d1b 100644
--- a/src/plugins/packagekit-common.c
+++ b/src/plugins/packagekit-common.c
@@ -63,6 +63,7 @@ packagekit_status_enum_to_plugin_status (PkStatusEnum status)
        case PK_STATUS_ENUM_REMOVE:
                plugin_status = GS_PLUGIN_STATUS_REMOVING;
                break;
+       case PK_STATUS_ENUM_REQUEST:
        case PK_STATUS_ENUM_QUERY:
        case PK_STATUS_ENUM_INFO:
        case PK_STATUS_ENUM_DEP_RESOLVE:


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