X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a4b5fc11b204809c6645142b56f6c85239526dae..c75da9362bd81685e096a4d7a854485a5738c470:/src/bingmapsource.c diff --git a/src/bingmapsource.c b/src/bingmapsource.c index df6b1f74..808d2b23 100644 --- a/src/bingmapsource.c +++ b/src/bingmapsource.c @@ -495,13 +495,14 @@ _load_attributions_thread ( BingMapSource *self, gpointer threaddata ) static void _async_load_attributions ( BingMapSource *self ) { - a_background_thread ( /*VIK_GTK_WINDOW_FROM_WIDGET(vp)*/NULL, - _("Bing attribution Loading"), - (vik_thr_func) _load_attributions_thread, - self, - NULL, - NULL, - 1 ); + a_background_thread ( BACKGROUND_POOL_REMOTE, + /*VIK_GTK_WINDOW_FROM_WIDGET(vp)*/NULL, + _("Bing attribution Loading"), + (vik_thr_func) _load_attributions_thread, + self, + NULL, + NULL, + 1 ); }