diff options
author | infirit <[email protected]> | 2014-11-21 15:42:07 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:29 +0100 |
commit | 4ac9f7cfef1d92f755797e6f5258f2b1dfc20acf (patch) | |
tree | ccac1cee9e8e7fae6cffd09178c6aa4bd100b165 /src/fr-command-iso.c | |
parent | ed78c6d2d8e5ff3b8ae7edd633cce3a266e58d5d (diff) | |
download | engrampa-4ac9f7cfef1d92f755797e6f5258f2b1dfc20acf.tar.bz2 engrampa-4ac9f7cfef1d92f755797e6f5258f2b1dfc20acf.tar.xz |
removed wrong call to fr_process_start
Based on FR commit: 1b1b0e719d39b0edd4fa6a91ade14ca69b9c0222
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-command-iso.c')
-rw-r--r-- | src/fr-command-iso.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fr-command-iso.c b/src/fr-command-iso.c index b589eaf..2470554 100644 --- a/src/fr-command-iso.c +++ b/src/fr-command-iso.c @@ -196,8 +196,6 @@ fr_command_iso_extract (FrCommand *comm, g_free (temp_dest_dir); } - - fr_process_start (comm->process); } |