[gnome-pilot] Fix map-file path for todo conduit. (Bug 634869)
- From: Matthew Charles Davey <mcdavey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-pilot] Fix map-file path for todo conduit. (Bug 634869)
- Date: Mon, 3 Jan 2011 16:03:06 +0000 (UTC)
commit f813011683325e12d7e17bf30110b852ea4e12ac
Author: Matt McCutchen <matt mattmccutchen net>
Date: Sun Nov 14 19:56:08 2010 -0500
Fix map-file path for todo conduit. (Bug 634869)
conduits/evolution-data-server/todo-conduit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/conduits/evolution-data-server/todo-conduit.c b/conduits/evolution-data-server/todo-conduit.c
index 6fe7735..bf65623 100644
--- a/conduits/evolution-data-server/todo-conduit.c
+++ b/conduits/evolution-data-server/todo-conduit.c
@@ -538,7 +538,7 @@ map_name (EToDoConduitContext *ctxt)
basename = g_strdup_printf ("pilot-map-todo-%d.xml", ctxt->cfg->pilot_id);
#if EDS_CHECK_VERSION(2,31,6)
- filename = g_build_filename (e_get_user_data_dir (), "tasks", "local", "system", basename, NULL);
+ filename = g_build_filename (e_get_user_data_dir (), "tasks", "system", basename, NULL);
#else
filename = g_build_filename (g_get_home_dir (), ".evolution", "tasks", "local", "system", basename, NULL);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]