diff -r 360d55486d7f -r 5de72ea7a065 agendainterface/agendautil/src/agendaentry.cpp --- a/agendainterface/agendautil/src/agendaentry.cpp Fri Jun 11 13:37:54 2010 +0300 +++ b/agendainterface/agendautil/src/agendaentry.cpp Wed Jun 23 18:11:28 2010 +0300 @@ -1984,7 +1984,17 @@ { return d->m_geoValue; } - + +/*! + Clears the geo value if it has any + */ +void AgendaEntry::clearGeoValue() const +{ + if (d) { + d->m_geoValue = AgendaGeoValue(); + } +} + /*! Returns duration of the meeting in seconds