aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-12-22 02:35:10 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-12-22 02:35:10 +0800
commit39337fc30a0867eb81bb31ce696d755ff28a884b (patch)
tree2fc0ba4dacd049dd9e7e92cb801b70abf1e46fbd /calendar/conduits
parentc0a76486a4df4f5ddde4d601e92773013e94373b (diff)
downloadgsoc2013-evolution-39337fc30a0867eb81bb31ce696d755ff28a884b.tar
gsoc2013-evolution-39337fc30a0867eb81bb31ce696d755ff28a884b.tar.gz
gsoc2013-evolution-39337fc30a0867eb81bb31ce696d755ff28a884b.tar.bz2
gsoc2013-evolution-39337fc30a0867eb81bb31ce696d755ff28a884b.tar.lz
gsoc2013-evolution-39337fc30a0867eb81bb31ce696d755ff28a884b.tar.xz
gsoc2013-evolution-39337fc30a0867eb81bb31ce696d755ff28a884b.tar.zst
gsoc2013-evolution-39337fc30a0867eb81bb31ce696d755ff28a884b.zip
Fixes #41624
2004-12-21 JP Rosevear <jpr@novell.com> Fixes #41624 * conduits/calendar/calendar-conduit.c (local_record_from_comp): append the exceptions, don't keep overwriting the first svn path=/trunk/; revision=28168
Diffstat (limited to 'calendar/conduits')
-rw-r--r--calendar/conduits/calendar/calendar-conduit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/conduits/calendar/calendar-conduit.c b/calendar/conduits/calendar/calendar-conduit.c
index 7f47140196..b3c1b5e553 100644
--- a/calendar/conduits/calendar/calendar-conduit.c
+++ b/calendar/conduits/calendar/calendar-conduit.c
@@ -960,7 +960,7 @@ local_record_from_comp (ECalLocalRecord *local, ECalComponent *comp, ECalConduit
icaltimezone_convert_time (dt->value,
icaltimezone_get_utc_timezone (),
default_tz);
- *local->appt->exception = icaltimetype_to_tm (dt->value);
+ local->appt->exception[i] = icaltimetype_to_tm (dt->value);
}
e_cal_component_free_exdate_list (edl);
}