aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--embed/ephy-web-view.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7f32bbd50..736cd8560 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ if test "$enable_maintainer_mode" = "yes"; then
fi
GLIB_REQUIRED=2.35.6
-GTK_REQUIRED=3.5.4
+GTK_REQUIRED=3.7.10
LIBXML_REQUIRED=2.6.12
LIBXSLT_REQUIRED=1.1.7
WEBKIT_GTK_REQUIRED=1.11.5
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 2efab0d97..a2b813362 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -2437,7 +2437,7 @@ ephy_web_view_load_error_page (EphyWebView *view,
g_free (image_data);
if (icon_info)
- gtk_icon_info_free (icon_info);
+ g_object_unref (icon_info);
/* Make our history backend ignore the next page load, since it will be an error page. */
ephy_web_view_freeze_history (view);