aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/conduits')
-rw-r--r--calendar/conduits/todo/todo-conduit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c
index abc3bd498d..7d36dc5e10 100644
--- a/calendar/conduits/todo/todo-conduit.c
+++ b/calendar/conduits/todo/todo-conduit.c
@@ -207,7 +207,7 @@ start_calendar_server (EToDoConduitContext *ctxt)
/* FIX ME */
ctxt->calendar_file = g_concat_dir_and_file (g_get_home_dir (),
- "evolution/local/Calendar/calendar.ics");
+ "evolution/local/Tasks/tasks.ics");
gtk_signal_connect (GTK_OBJECT (ctxt->client), "cal_loaded",
start_calendar_server_cb, ctxt);
@@ -231,7 +231,7 @@ map_name (EToDoConduitContext *ctxt)
{
char *filename;
- filename = g_strdup_printf ("%s/evolution/local/Calendar/pilot-map-todo-%d.xml", g_get_home_dir (), ctxt->cfg->pilot_id);
+ filename = g_strdup_printf ("%s/evolution/local/Tasks/pilot-map-todo-%d.xml", g_get_home_dir (), ctxt->cfg->pilot_id);
return filename;
}
13-09-211-5/+2 * - convert to the new perl5 frameworkaz2013-09-041-1/+2 * - Remove SITE_PERL from *_DEPENDSaz2012-07-011-2/+2 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1 * Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0 * - Kick MD5 Supportmiwi2011-07-031-1/+0 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1