[gnome-packagekit] Add a compat helper for PK_STATUS_ENUM_WAITING_FOR_AUTH



commit 7668bcb8d0336fda64012868770546decf04aabf
Author: Richard Hughes <richard hughsie com>
Date:   Fri Jun 19 11:25:24 2009 +0100

    Add a compat helper for PK_STATUS_ENUM_WAITING_FOR_AUTH

 src/gpk-enum.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gpk-enum.h b/src/gpk-enum.h
index 53c85a3..e805ca2 100644
--- a/src/gpk-enum.h
+++ b/src/gpk-enum.h
@@ -86,6 +86,7 @@ typedef guint PkMediaTypeEnum;
 #define PK_ERROR_ENUM_UPDATE_NOT_FOUND			(PK_ERROR_ENUM_NOT_AUTHORIZED + 1)
 #define PK_ERROR_ENUM_CANNOT_INSTALL_REPO_UNSIGNED	(PK_ERROR_ENUM_UPDATE_NOT_FOUND + 1)
 #define PK_ERROR_ENUM_CANNOT_UPDATE_REPO_UNSIGNED	(PK_ERROR_ENUM_CANNOT_INSTALL_REPO_UNSIGNED + 1)
+#define PK_STATUS_ENUM_WAITING_FOR_AUTH			(PK_STATUS_ENUM_WAITING_FOR_LOCK + 1)
 #endif
 
 /* constants defined in 0.5.0 */



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