[gnome-packagekit/gnome-2-30] trivial: fix compile with PK < 0.6.2



commit 842791f2ee41bb47c68973a5022b8e7cc8213058
Author: Richard Hughes <richard hughsie com>
Date:   Wed May 5 20:57:02 2010 +0100

    trivial: fix compile with PK < 0.6.2

 src/gpk-enum.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-enum.h b/src/gpk-enum.h
index 4224477..8641d6d 100644
--- a/src/gpk-enum.h
+++ b/src/gpk-enum.h
@@ -66,7 +66,7 @@ typedef enum {
 
 #if (!PK_CHECK_VERSION(0,6,2))
 #define PK_CLIENT_ERROR_DECLINED_SIMULATION				 PK_CLIENT_ERROR_FAILED
-#define PK_ERROR_ENUM_PACKAGE_DATABASE_CHANGED				 PK_ERROR_ENUM_ENUM_LAST
+#define PK_ERROR_ENUM_PACKAGE_DATABASE_CHANGED				 PK_ERROR_ENUM_LAST
 #define PK_CLIENT_ERROR_LAST						(PK_CLIENT_ERROR_DECLINED_SIMULATION + 1)
 #endif
 



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