diff options
author | infirit <[email protected]> | 2014-11-19 15:23:28 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-19 15:44:09 +0100 |
commit | 541015ebe46c24af8433a65307517e0400e2abd6 (patch) | |
tree | f3f85019e172db5b1429de514cd62752d409e135 /src | |
parent | 10d6972d37355198a63309142ae9875fdcc222f6 (diff) | |
download | engrampa-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]>
Diffstat (limited to 'src')
-rw-r--r-- | 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 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); } |