From ac30eb2c1e452df5c4e4992038b24b26cfcd5ced Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 23:54:43 +0000 Subject: Applied Frugalware patch from Christian Hamar alias krix for file-conflict progress bar Also did some CVS cleanup, removing some of the autogenerated files that shouldn't have been there --- lib/libalpm/alpm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 211ec99b..3807b11e 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -308,7 +308,8 @@ enum { enum { PM_TRANS_PROGRESS_ADD_START, PM_TRANS_PROGRESS_UPGRADE_START, - PM_TRANS_PROGRESS_REMOVE_START + PM_TRANS_PROGRESS_REMOVE_START, + PM_TRANS_PROGRESS_CONFLICTS_START }; /* Transaction Event callback */ -- cgit v1.2.3-54-g00ecf