[evolution-kolab/ek-wip-porting] libekolabutil: fixed wrong CamelService getter function name



commit 106d43fa4138d9502f1f87ae9e71f8fa24e9f50e
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Sat Mar 10 11:16:04 2012 +0100

    libekolabutil: fixed wrong CamelService getter function name

 src/libekolabutil/kolab-util-camel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libekolabutil/kolab-util-camel.c b/src/libekolabutil/kolab-util-camel.c
index ec7ba71..72cff4e 100644
--- a/src/libekolabutil/kolab-util-camel.c
+++ b/src/libekolabutil/kolab-util-camel.c
@@ -92,7 +92,7 @@ kolab_util_camel_get_storage_path (CamelService *service,
 	g_assert (CAMEL_IS_SESSION (session));
 	g_return_val_if_fail (err == NULL || *err == NULL, NULL);
 
-	store_path = g_strdup (camel_service_get_user_cache_path (service));
+	store_path = g_strdup (camel_service_get_user_cache_dir (service));
 
 	if (store_path == NULL) {
 		/* FIXME mark this as a translatable string */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]