From 1c3ef5b77f178fb640b8721a264efdbed82883dd Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 17 Nov 2006 18:01:31 +0000 Subject: Lower the priority of the spinner animation so that the animation does not 2006-11-17 Benjamin Berg * lib/widgets/ephy-spinner.c: (ephy_spinner_start): Lower the priority of the spinner animation so that the animation does not stop page loading. Fixes bug #374623. --- lib/widgets/ephy-spinner.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/widgets') diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index a1d0f209e..dcb0e0ab6 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -756,9 +756,11 @@ ephy_spinner_start (EphySpinner *spinner) details->current_image = 0; details->timer_task = - g_timeout_add (details->timeout, - (GSourceFunc) bump_spinner_frame_cb, - spinner); + g_timeout_add_full (G_PRIORITY_LOW, + details->timeout, + (GSourceFunc) bump_spinner_frame_cb, + spinner, + NULL); } } -- cgit v1.2.3