[evolution-patches] fix for the bug #312853 [calendar]



Hi,
   Have attached the patch.

thanks, Chenthill.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/ChangeLog,v
retrieving revision 1.502
diff -u -p -r1.502 ChangeLog
--- ChangeLog	12 Aug 2005 15:17:43 -0000	1.502
+++ ChangeLog	17 Aug 2005 03:25:42 -0000
@@ -1,3 +1,10 @@
+2005-08-17  Chenthill Palanisamy  <pchenthill novell com>
+
+	Fixes #312853
+	* backends/groupwise/e-cal-backend-groupwise-utils.c:
+	(e_gw_item_to_cal_component): Intialize the tzid for
+	all day events.
+
 2005-08-12  P. S. Chakravarthi  <pchakravarthi novell com>
 
 	Fixes #311078
Index: backends/groupwise/e-cal-backend-groupwise-utils.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c,v
retrieving revision 1.62
diff -u -p -r1.62 e-cal-backend-groupwise-utils.c
--- backends/groupwise/e-cal-backend-groupwise-utils.c	9 Aug 2005 22:41:01 -0000	1.62
+++ backends/groupwise/e-cal-backend-groupwise-utils.c	17 Aug 2005 03:25:50 -0000
@@ -956,6 +956,8 @@ e_gw_item_to_cal_component (EGwItem *ite
 			}
 		} else {
 			dt.value = &itt_utc;
+			dt.tzid = NULL;
+			dt.value->is_date = 1;
 		}	
 
 		e_cal_component_set_dtstart (comp, &dt);
@@ -1084,6 +1086,8 @@ e_gw_item_to_cal_component (EGwItem *ite
 				}
 			} else {
 				dt.value = &itt_utc;
+				dt.tzid = NULL;
+				dt.value->is_date = 1;
 			}
 
 			e_cal_component_set_dtend (comp, &dt);


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