From ad274ecde055542fb8b867f7ff4247f5f2188c16 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Wed, 29 Aug 2012 16:45:44 +0300 Subject: ephy-web-view: Lower the priority of the snapshotting task This makes it more likely that all rendering in the page has already happenend, specially under heavy page load. --- embed/ephy-web-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index b84eb42f8..2a417f883 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -2396,7 +2396,7 @@ load_status_cb (WebKitWebView *web_view, /* Reset visit type. */ priv->visit_type = EPHY_PAGE_VISIT_NONE; - g_idle_add ((GSourceFunc) web_view_check_snapshot, web_view); + g_idle_add_full (G_PRIORITY_LOW, (GSourceFunc) web_view_check_snapshot, web_view, NULL); break; } -- cgit v1.2.3