]> spindle.queued.net Git - midori/commitdiff
Connect view *after* mime-policy-decision-requested
authorChristian Dywan <christian@twotoasts.de>
Tue, 1 Jun 2010 20:19:11 +0000 (22:19 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 1 Jun 2010 20:19:11 +0000 (22:19 +0200)
In order to allow extensions to override the MIME handling,
we need to be late in the order.

midori/midori-view.c

index f99934db28816c1632c88a85c302f428cec9d18d..4968b908c05537d84a36e00794b72165616fd2ec 100644 (file)
@@ -3391,7 +3391,7 @@ midori_view_construct_web_view (MidoriView* view)
                       webkit_web_view_window_object_cleared_cb, view,
                       "signal::create-web-view",
                       webkit_web_view_create_web_view_cb, view,
-                      "signal::mime-type-policy-decision-requested",
+                      "signal-after::mime-type-policy-decision-requested",
                       webkit_web_view_mime_type_decision_cb, view,
                       #if WEBKIT_CHECK_VERSION (1, 1, 3)
                       "signal::download-requested",