diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-09 00:08:15 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-09 00:10:16 +0800 |
commit | 1acaa540531f9ed3b33f87e10f0817b8c8ffd988 (patch) | |
tree | e427b3358680a7953228948bf36c37a3cd996410 /configure.ac | |
parent | c29cb6688dd71a282ac8079657076415ae3d05a8 (diff) | |
download | gsoc2013-epiphany-1acaa540531f9ed3b33f87e10f0817b8c8ffd988.tar.gz gsoc2013-epiphany-1acaa540531f9ed3b33f87e10f0817b8c8ffd988.tar.zst gsoc2013-epiphany-1acaa540531f9ed3b33f87e10f0817b8c8ffd988.zip |
Use new WebKit API to respect the Content-Disposition header
This allows us to perform downloads when the server tells us to do so,
even for types WebKit supports. This fixes downloading GMail attachments.
Bug #598605
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 869def41b..20a3f78b4 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.1.17 +WEBKIT_GTK_REQUIRED=1.1.18 LIBSOUP_GNOME_REQUIRED=2.27.91 GNOME_KEYRING_REQUIRED=2.26.0 |