[evolution-patches] 41624 - Calendar events missing exceptions while syncing



Already committed to HEAD.

-JP
-- 
JP Rosevear <jpr novell com>
Novell, Inc.
? 2412.patch
? 41624.patch
? 68707.patch
? bar.patch
? context.patch
? twentyfour.patch
? gui/menu.patch
? gui/non-cursor.patch
? gui/temp.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2584
diff -u -r1.2584 ChangeLog
--- ChangeLog	21 Dec 2004 17:25:09 -0000	1.2584
+++ ChangeLog	21 Dec 2004 18:33:01 -0000
@@ -1,3 +1,10 @@
+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
+
 2004-12-21  Rodrigo Moya <rodrigo novell com>
 
 	* gui/e-cal-model.c (set_instance_times): no need to convert times now.
Index: conduits/calendar/calendar-conduit.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/conduits/calendar/calendar-conduit.c,v
retrieving revision 1.125
diff -u -r1.125 calendar-conduit.c
--- conduits/calendar/calendar-conduit.c	20 Sep 2004 13:08:47 -0000	1.125
+++ conduits/calendar/calendar-conduit.c	21 Dec 2004 18:33:01 -0000
@@ -960,7 +960,7 @@
 			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);
 	}


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