From a47f92b5daa5b10da65dbb5aa25f5fb1aae89351 Mon Sep 17 00:00:00 2001
From: Dan Vrátil <dvratil@redhat.com>
Date: Fri, 17 Aug 2012 13:03:34 +0200
Subject: Bug #681783 - Critical warning and freeze with libsoup-2.39 and
 webkitgtk-1.9.2

---
 mail/e-http-request.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'mail/e-http-request.c')

diff --git a/mail/e-http-request.c b/mail/e-http-request.c
index 45f5517f2a..0c1bb429cb 100644
--- a/mail/e-http-request.c
+++ b/mail/e-http-request.c
@@ -376,6 +376,7 @@ handle_http_request (GSimpleAsyncResult *res,
 
 		context = g_main_context_get_thread_default ();
 		session = soup_session_async_new_with_options (
+					SOUP_SESSION_USE_THREAD_CONTEXT, TRUE,
 					SOUP_SESSION_ASYNC_CONTEXT, context,
 					SOUP_SESSION_TIMEOUT, 90,
 					NULL);
-- 
cgit