[Xfce4-commits] <midori:master> Destroy the thumb_view with WebKitGTK+ <> 1.1.14

Christian Dywan noreply at xfce.org
Thu Jan 28 23:30:04 CET 2010


Updating branch refs/heads/master
         to 88becdd669372ee2e8243241acaa53252d1b1f66 (commit)
       from 8c62689981c1bb31805cb0b7452581907966be6a (commit)

commit 88becdd669372ee2e8243241acaa53252d1b1f66
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Jan 28 23:28:37 2010 +0100

    Destroy the thumb_view with WebKitGTK+ <> 1.1.14

 midori/midori-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 4797954..071cf9d 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -4643,8 +4643,8 @@ thumb_view_load_status_cb (MidoriView* thumb_view,
     g_signal_handlers_disconnect_by_func (
        thumb_view, thumb_view_load_status_cb, view);
 
-    /* Destroying the view here may trigger a WebKitGTK+ bug */
-    #if !WEBKIT_CHECK_VERSION (1, 1, 14)
+    /* Destroying the view here may trigger a WebKitGTK+ 1.1.14 bug */
+    #if !WEBKIT_CHECK_VERSION (1, 1, 14) || WEBKIT_CHECK_VERSION (1, 1, 15)
     gtk_widget_destroy (GTK_WIDGET (thumb_view));
     view->thumb_view = NULL;
     #endif



More information about the Xfce4-commits mailing list