From e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c Mon Sep 17 00:00:00 2001
From: Dan Vrátil <dvratil@redhat.com>
Date: Thu, 14 Jun 2012 13:01:57 +0200
Subject: Make em_utils_in_addressbook() cancellable

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

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

diff --git a/mail/e-http-request.c b/mail/e-http-request.c
index 95a97e62f6..f5fd12fe40 100644
--- a/mail/e-http-request.c
+++ b/mail/e-http-request.c
@@ -340,7 +340,7 @@ handle_http_request (GSimpleAsyncResult *res,
 			registry = e_shell_get_registry (shell);
 			addr = camel_mime_message_get_from (part_list->message);
 			force_load_images = em_utils_in_addressbook (
-					registry, addr, FALSE);
+					registry, addr, FALSE, cancellable);
 		}
 
 		g_free (decoded_uri);
-- 
cgit