Author: juha
Date: 2007-08-07 21:30:12 +0000 (Tue, 07 Aug 2007)
New Revision: 25960
Modified:
xfcalendar/branches/xfce_4_4/src/ical-code.c
Log:
BUG 3431: Added missing last update time
Fix provided by Tino Keitel. Thanks !
Modified: xfcalendar/branches/xfce_4_4/src/ical-code.c
===================================================================
--- xfcalendar/branches/xfce_4_4/src/ical-code.c 2007-08-07 21:25:01 UTC
(rev 25959)
+++ xfcalendar/branches/xfce_4_4/src/ical-code.c 2007-08-07 21:30:12 UTC
(rev 25960)
@@ -1291,6 +1291,7 @@
, icalproperty_new_class(ICAL_CLASS_PUBLIC)
, icalproperty_new_dtstamp(dtstamp)
, icalproperty_new_created(create_time)
+ , icalproperty_new_lastmodified(dtstamp)
, NULL);
if XFICAL_STR_EXISTS(appt->title)
@@ -1746,6 +1747,7 @@
case ICAL_CLASS_PROPERTY:
case ICAL_DTSTAMP_PROPERTY:
case ICAL_CREATED_PROPERTY:
+ case ICAL_LASTMODIFIED_PROPERTY:
break;
default:
g_warning("xfical_appt_get_internal: unknown property
%s"
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits