summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-19 15:23:28 +0100
committerinfirit <[email protected]>2014-11-19 15:44:09 +0100
commit541015ebe46c24af8433a65307517e0400e2abd6 (patch)
treef3f85019e172db5b1429de514cd62752d409e135
parent10d6972d37355198a63309142ae9875fdcc222f6 (diff)
downloadengrampa-541015ebe46c24af8433a65307517e0400e2abd6.tar.bz2
engrampa-541015ebe46c24af8433a65307517e0400e2abd6.tar.xz
use the provided action instead of always using CREATE_NEW_ARCHIVE
Based on FR commit: 82ab7cefc04a1313acf77cb8662fc1e32ccc0a52 From: Paolo Bacchilega <[email protected]>
-rw-r--r--src/dlg-package-installer.c2
1 files changed, 1 insertions, 1 deletions
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);
}