From 77397e699d0840a58aa507144631680a74bd8bed Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 29 Apr 2011 09:49:02 -0400 Subject: Adapt to extra arg in camel_session_get_service_by_url(). --- mail/e-mail-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/e-mail-session.c') diff --git a/mail/e-mail-session.c b/mail/e-mail-session.c index 83e191ff65..8f76506dc8 100644 --- a/mail/e-mail-session.c +++ b/mail/e-mail-session.c @@ -1269,7 +1269,7 @@ e_mail_session_uri_to_folder_sync (EMailSession *session, } service = camel_session_get_service_by_url ( - CAMEL_SESSION (session), url); + CAMEL_SESSION (session), url, CAMEL_PROVIDER_STORE); if (CAMEL_IS_STORE (service)) { const gchar *name = ""; -- cgit v1.2.3