diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-07 01:47:56 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-16 22:04:47 +0800 |
commit | 688262dbe73ccd0c2aa357d03133d3982c0fd459 (patch) | |
tree | d5b913102cb6aa932aa97b54ecd1aa72ea01c9ac /embed/ephy-download.c | |
parent | 6312d03df0a10a59c8c71f695d1ae574930fc771 (diff) | |
download | gsoc2013-epiphany-688262dbe73ccd0c2aa357d03133d3982c0fd459.tar gsoc2013-epiphany-688262dbe73ccd0c2aa357d03133d3982c0fd459.tar.gz gsoc2013-epiphany-688262dbe73ccd0c2aa357d03133d3982c0fd459.tar.bz2 gsoc2013-epiphany-688262dbe73ccd0c2aa357d03133d3982c0fd459.tar.lz gsoc2013-epiphany-688262dbe73ccd0c2aa357d03133d3982c0fd459.tar.xz gsoc2013-epiphany-688262dbe73ccd0c2aa357d03133d3982c0fd459.tar.zst gsoc2013-epiphany-688262dbe73ccd0c2aa357d03133d3982c0fd459.zip |
Add libarchive to dependencies
Diffstat (limited to 'embed/ephy-download.c')
-rw-r--r-- | embed/ephy-download.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-download.c b/embed/ephy-download.c index 822ae4822..60cbbb873 100644 --- a/embed/ephy-download.c +++ b/embed/ephy-download.c @@ -41,6 +41,9 @@ G_DEFINE_TYPE (EphyDownload, ephy_download, G_TYPE_OBJECT) +/* This line is copied from file-roller */ +#define BUFFER_SIZE (64 * 1024) + #define EPHY_DOWNLOAD_GET_PRIVATE(o) \ (G_TYPE_INSTANCE_GET_PRIVATE ((o), EPHY_TYPE_DOWNLOAD, EphyDownloadPrivate)) |