aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-12-12 02:54:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-12-12 02:55:25 +0800
commit98a0fbb02bdb37a8f651a4b89ce12a797e8a4739 (patch)
tree3028e118674426393e8ca58be634d3c4749069b2 /mail
parent3b8b38a4784256f360e1de992e9aec4e59e48112 (diff)
downloadgsoc2013-evolution-98a0fbb02bdb37a8f651a4b89ce12a797e8a4739.tar
gsoc2013-evolution-98a0fbb02bdb37a8f651a4b89ce12a797e8a4739.tar.gz
gsoc2013-evolution-98a0fbb02bdb37a8f651a4b89ce12a797e8a4739.tar.bz2
gsoc2013-evolution-98a0fbb02bdb37a8f651a4b89ce12a797e8a4739.tar.lz
gsoc2013-evolution-98a0fbb02bdb37a8f651a4b89ce12a797e8a4739.tar.xz
gsoc2013-evolution-98a0fbb02bdb37a8f651a4b89ce12a797e8a4739.tar.zst
gsoc2013-evolution-98a0fbb02bdb37a8f651a4b89ce12a797e8a4739.zip
Adapt to camel_session_remove_service() changes.
Diffstat (limited to 'mail')
-rw-r--r--mail/em-account-editor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 7b84112a34..984d599c9e 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);
}