From 1acaa540531f9ed3b33f87e10f0817b8c8ffd988 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Tue, 8 Dec 2009 14:08:15 -0200 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit