aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-download.c')
-rw-r--r--embed/ephy-download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-download.c b/embed/ephy-download.c
index c95bfe979..ec217e468 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.c
@@ -681,7 +681,7 @@ ephy_download_do_extract_archive (EphyDownload *download)
download->priv->arextract = arextract;
g_signal_emit_by_name (download, "archive");
- autoar_extract_start_async (arextract);
+ autoar_extract_start_async (arextract, NULL);
g_object_unref (settings);
g_object_unref (arpref);