[epiphany] ephy-web-view: do not use deprecated GtkInfo methods



commit e0a97734593860c46630863bf647bcb78766fecf
Author: Xan Lopez <xan igalia com>
Date:   Fri Feb 22 10:18:01 2013 +0100

    ephy-web-view: do not use deprecated GtkInfo methods

 configure.ac          |    2 +-
 embed/ephy-web-view.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7f32bbd..736cd85 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 2efab0d..a2b8133 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]