[evolution] Adapt to camel_session_remove_service() changes.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Adapt to camel_session_remove_service() changes.
- Date: Sun, 11 Dec 2011 18:55:30 +0000 (UTC)
commit 98a0fbb02bdb37a8f651a4b89ce12a797e8a4739
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Dec 11 13:54:24 2011 -0500
Adapt to camel_session_remove_service() changes.
mail/em-account-editor.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 7b84112..984d599 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2489,8 +2489,7 @@ emae_check_authtype_done (CamelService *camel_service,
/* drop the temporary CamelService */
camel_session_remove_service (
- CAMEL_SESSION (session),
- camel_service_get_uid (camel_service));
+ CAMEL_SESSION (session), camel_service);
g_object_unref (service->emae);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]