From: Christian Dywan Date: Thu, 22 Oct 2009 00:19:29 +0000 (+0200) Subject: Move the version check for res:// handling where it belongs X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5c6ec91b4ca9cf60648fb8a3b5ce50cc36b931;p=midori Move the version check for res:// handling where it belongs --- diff --git a/midori/midori-view.c b/midori/midori-view.c index f2ce0d1e..060459e9 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -2742,12 +2742,12 @@ midori_view_construct_web_view (MidoriView* view) #endif g_object_connect (view->web_view, - #if WEBKIT_CHECK_VERSION (1, 1, 14) "signal::navigation-policy-decision-requested", midori_view_web_view_navigation_decision_cb, view, - #endif + #if WEBKIT_CHECK_VERSION (1, 1, 14) "signal::resource-request-starting", midori_view_web_view_resource_request_cb, view, + #endif "signal::load-started", webkit_web_view_load_started_cb, view, "signal::load-committed",