summaryrefslogtreecommitdiffabout
path: root/libkcal/incidencebase.cpp
Unidiff
Diffstat (limited to 'libkcal/incidencebase.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/incidencebase.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libkcal/incidencebase.cpp b/libkcal/incidencebase.cpp
index b36dc1a..9aa517c 100644
--- a/libkcal/incidencebase.cpp
+++ b/libkcal/incidencebase.cpp
@@ -354,4 +354,7 @@ void IncidenceBase::setTempSyncStat( int id )
354void IncidenceBase::removeID(const QString &prof) 354void IncidenceBase::removeID(const QString &prof)
355{ 355{
356 if ( prof.isEmpty() )
357 mExternalId = ":";
358 else
356 mExternalId = KIdManager::removeId ( mExternalId, prof); 359 mExternalId = KIdManager::removeId ( mExternalId, prof);
357 360