]> spindle.queued.net Git - midori/commitdiff
Handle load-error in the view late so it can be overridden
authorChristian Dywan <christian@twotoasts.de>
Wed, 21 Oct 2009 20:19:23 +0000 (22:19 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 22 Oct 2009 00:20:27 +0000 (02:20 +0200)
midori/midori-view.c

index b43613445542923e37cdbf9c35039a690149f1a7..8f8581082da0b20b51a72b970b6067d90fb58fe8 100644 (file)
@@ -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);