diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-07-07 01:47:56 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-07-07 01:47:56 +0800 |
commit | 62b660cd64722a6fef7c43446fadbf6a8aa31b23 (patch) | |
tree | 14f8ea6288f09cef2629665c4107f1a3fac8b516 /embed | |
parent | 5c935e468ad4ba669a792af60370357de66af582 (diff) | |
download | gsoc2013-epiphany-62b660cd64722a6fef7c43446fadbf6a8aa31b23.tar.gz gsoc2013-epiphany-62b660cd64722a6fef7c43446fadbf6a8aa31b23.tar.zst gsoc2013-epiphany-62b660cd64722a6fef7c43446fadbf6a8aa31b23.zip |
Add libarchive to dependencies
Diffstat (limited to 'embed')
-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)) |