diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-23 00:28:34 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2010-01-16 00:54:48 +0800 |
commit | bac714eab6253cf088761501117937e9b48bcea9 (patch) | |
tree | 7635b8f3d3d1fa9d74058a811f5bd3622a7c017c /configure.ac | |
parent | 589e0fa8cf257346c1f089fa84fd96733381d89f (diff) | |
download | gsoc2013-epiphany-bac714eab6253cf088761501117937e9b48bcea9.tar.gz gsoc2013-epiphany-bac714eab6253cf088761501117937e9b48bcea9.tar.zst gsoc2013-epiphany-bac714eab6253cf088761501117937e9b48bcea9.zip |
Remove error handling work-arounds
WebKit will stop emitting load signals when it loads the error page,
which makes life easier for us.
Bug #377012
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 ee917a8c6..b22de5a5e 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.18 +WEBKIT_GTK_REQUIRED=1.1.19 LIBSOUP_GNOME_REQUIRED=2.29.4 GNOME_KEYRING_REQUIRED=2.26.0 |