[evolution-ews/gnome-2-28: 6/6] Fix the cache path for address-book
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-2-28: 6/6] Fix the cache path for address-book
- Date: Thu, 11 Aug 2011 11:01:46 +0000 (UTC)
commit 5363704c339d1e563b044664076bab3a37817d2b
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Thu Aug 11 10:56:30 2011 +0530
Fix the cache path for address-book
src/addressbook/e-book-backend-ews.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-ews.c b/src/addressbook/e-book-backend-ews.c
index c6735bc..21ddcbd 100644
--- a/src/addressbook/e-book-backend-ews.c
+++ b/src/addressbook/e-book-backend-ews.c
@@ -1610,7 +1610,7 @@ ews_get_cache_dir (EBookBackend *backend, ESource *source)
mangled_uri = g_strdelimit (e_source_get_uri (source), ":/", '_');
filename = g_build_filename (
- g_get_home_dir (), ".evolution", "addressbook", "cache", mangled_uri, NULL);
+ g_get_home_dir (), ".evolution", "cache", "addressbook", mangled_uri, NULL);
g_free (mangled_uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]