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



commit 18a9753f6f374a466d405440fafc798649d975f4
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 cb259e3..7ed01f9 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]