[file-roller] use the provided action instead of always using CREATE_NEW_ARCHIVE



commit 82ab7cefc04a1313acf77cb8662fc1e32ccc0a52
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Nov 1 20:04:48 2010 +0100

    use the provided action instead of always using CREATE_NEW_ARCHIVE

 src/dlg-package-installer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c
index 64b2730..cb06858 100644
--- a/src/dlg-package-installer.c
+++ b/src/dlg-package-installer.c
@@ -60,7 +60,7 @@ package_installer_terminated (InstallerData   *idata,
 
 	if (error_type != FR_PROC_ERROR_NONE) {
 		fr_archive_action_completed (idata->archive,
-					     FR_ACTION_CREATING_NEW_ARCHIVE,
+					     idata->action,
 					     error_type,
 					     error_message);
 	}



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