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.c3
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))