From 541015ebe46c24af8433a65307517e0400e2abd6 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 19 Nov 2014 15:23:28 +0100 Subject: use the provided action instead of always using CREATE_NEW_ARCHIVE Based on FR commit: 82ab7cefc04a1313acf77cb8662fc1e32ccc0a52 From: Paolo Bacchilega --- src/dlg-package-installer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c index 466aa5f..fbe692a 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); } -- cgit v1.2.1