diff options
Diffstat (limited to 'modules/gravatar/e-gravatar-photo-source.c')
-rw-r--r-- | modules/gravatar/e-gravatar-photo-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gravatar/e-gravatar-photo-source.c b/modules/gravatar/e-gravatar-photo-source.c index b41c689712..18a49e029f 100644 --- a/modules/gravatar/e-gravatar-photo-source.c +++ b/modules/gravatar/e-gravatar-photo-source.c @@ -81,7 +81,7 @@ gravatar_photo_source_get_photo_thread (GSimpleAsyncResult *simple, g_debug ("Requesting avatar for %s", async_context->email_address); g_debug ("%s", uri); - session = soup_session_sync_new (); + session = soup_session_new (); proxy = e_proxy_new (); e_proxy_setup_proxy (proxy); |