[gnome-packagekit] Fix compile on less than PackageKit git master
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Fix compile on less than PackageKit git master
- Date: Thu, 20 Aug 2009 15:12:20 +0000 (UTC)
commit 2dde69a232dd4081f5342167a723d249b89ba76a
Author: Richard Hughes <richard hughsie com>
Date: Thu Aug 20 16:11:14 2009 +0100
Fix compile on less than PackageKit git master
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 848d70d..3958fbe 100644
--- a/src/gpk-enum.h
+++ b/src/gpk-enum.h
@@ -122,6 +122,7 @@ typedef guint PkMediaTypeEnum;
#define PK_ERROR_ENUM_PACKAGE_FAILED_TO_CONFIGURE (PK_ERROR_ENUM_RESTRICTED_DOWNLOAD + 1)
#define PK_ERROR_ENUM_PACKAGE_FAILED_TO_BUILD (PK_ERROR_ENUM_PACKAGE_FAILED_TO_CONFIGURE + 1)
#define PK_ERROR_ENUM_PACKAGE_FAILED_TO_INSTALL (PK_ERROR_ENUM_PACKAGE_FAILED_TO_BUILD + 1)
+#define PK_MESSAGE_ENUM_AUTOREMOVE_IGNORED (PK_MESSAGE_ENUM_PACKAGE_ALREADY_INSTALLED + 1)
#endif
void gpk_enum_test (gpointer data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]