summaryrefslogtreecommitdiffabout
path: root/libkcal
Unidiff
Diffstat (limited to 'libkcal') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/kincidenceformatter.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/libkcal/kincidenceformatter.cpp b/libkcal/kincidenceformatter.cpp
index d1ace4f..9359fad 100644
--- a/libkcal/kincidenceformatter.cpp
+++ b/libkcal/kincidenceformatter.cpp
@@ -54,2 +54,3 @@ void KIncidenceFormatter::setEvent(Event *event)
54 addTag("h3",deTag(event->summary())); 54 addTag("h3",deTag(event->summary()));
55 formatReadOnly(event);
55 } 56 }
@@ -68,2 +69,3 @@ void KIncidenceFormatter::setEvent(Event *event)
68 } 69 }
70 formatReadOnly(event);
69 addTag("h3",i18n( "Last modified: " ) + KGlobal::locale()->formatDateTime(event->lastModified(),shortDate, true ) ); 71 addTag("h3",i18n( "Last modified: " ) + KGlobal::locale()->formatDateTime(event->lastModified(),shortDate, true ) );
@@ -145,3 +147,2 @@ void KIncidenceFormatter::setEvent(Event *event)
145 147
146 formatReadOnly(event);
147 formatAttendees(event); 148 formatAttendees(event);
@@ -180,4 +181,6 @@ void KIncidenceFormatter::setTodo(Todo *event )
180 bool shortDate = true; 181 bool shortDate = true;
181 if (mode == 0 ) 182 if (mode == 0 ) {
182 addTag("h3",deTag(event->summary())); 183 addTag("h3",deTag(event->summary()));
184 formatReadOnly(event);
185 }
183 else { 186 else {
@@ -194,2 +197,3 @@ void KIncidenceFormatter::setTodo(Todo *event )
194 } 197 }
198 formatReadOnly(event);
195 addTag("h3",i18n( "Last modified: " ) + KGlobal::locale()->formatDateTime(event->lastModified(),shortDate, true ) ); 199 addTag("h3",i18n( "Last modified: " ) + KGlobal::locale()->formatDateTime(event->lastModified(),shortDate, true ) );
@@ -249,3 +253,2 @@ void KIncidenceFormatter::setTodo(Todo *event )
249 253
250 formatReadOnly(event);
251 formatAttendees(event); 254 formatAttendees(event);