[Xfce4-commits] <midori:master> Handle load-error in the view late so it can be overridden

Christian Dywan noreply at xfce.org
Thu Oct 22 02:22:05 CEST 2009


Updating branch refs/heads/master
         to cbd0668fd06fbcb487b8e671857fc56bca107b89 (commit)
       from 0cdcefd4e83a42c333d6448e9b503262583a59c1 (commit)

commit cbd0668fd06fbcb487b8e671857fc56bca107b89
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Oct 21 22:19:23 2009 +0200

    Handle load-error in the view late so it can be overridden

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

diff --git a/midori/midori-view.c b/midori/midori-view.c
index b436134..8f85810 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -2726,7 +2726,7 @@ midori_view_construct_web_view (MidoriView* view)
                       midori_view_web_view_print_requested_cb, view,
                       #endif
                       #if WEBKIT_CHECK_VERSION (1, 1, 6)
-                      "signal::load-error",
+                      "signal-after::load-error",
                       webkit_web_view_load_error_cb, view,
                       #endif
                       NULL);



More information about the Xfce4-commits mailing list