diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-27 22:41:25 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-16 22:04:48 +0800 |
commit | 4fd12b34a19b177012d30a985785a034e0b69241 (patch) | |
tree | 5657e5a47ef8ff62486f3a7bc7eb3b8b58e5b16c | |
parent | 977133e84108067e9114e1c069f21d7531e08f77 (diff) | |
download | gsoc2013-epiphany-4fd12b34a19b177012d30a985785a034e0b69241.tar gsoc2013-epiphany-4fd12b34a19b177012d30a985785a034e0b69241.tar.gz gsoc2013-epiphany-4fd12b34a19b177012d30a985785a034e0b69241.tar.bz2 gsoc2013-epiphany-4fd12b34a19b177012d30a985785a034e0b69241.tar.lz gsoc2013-epiphany-4fd12b34a19b177012d30a985785a034e0b69241.tar.xz gsoc2013-epiphany-4fd12b34a19b177012d30a985785a034e0b69241.tar.zst gsoc2013-epiphany-4fd12b34a19b177012d30a985785a034e0b69241.zip |
Add seek and skip callback functions for libarchive
Seek callback function is required to extract 7-zip file.
-rw-r--r-- | lib/widgets/ephy-download-widget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/widgets/ephy-download-widget.c b/lib/widgets/ephy-download-widget.c index 3ce554809..498ac3eec 100644 --- a/lib/widgets/ephy-download-widget.c +++ b/lib/widgets/ephy-download-widget.c @@ -412,7 +412,6 @@ widget_archive_error_cb (AutoarExtract *arextract, update_download_label_and_tooltip (widget, errmsg); update_download_icon (widget); g_free (dest); - g_error_free (error); } static void |