From 3cd0013c04172b312ee21e80224a3b7734b4d413 Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 25 Nov 2005 23:24:37 +0000 Subject: sync --- (limited to 'libkcal/incidencebase.cpp') diff --git a/libkcal/incidencebase.cpp b/libkcal/incidencebase.cpp index cfef973..56c0560 100644 --- a/libkcal/incidencebase.cpp +++ b/libkcal/incidencebase.cpp @@ -152,6 +152,13 @@ void IncidenceBase::setTagged( bool b) void IncidenceBase::setCalID( int id ) { if ( mCalID > 0 ) { + updated(); + } + mCalID = id; +} +void IncidenceBase::setCalID_block( int id ) +{ + if ( mCalID > 0 ) { blockLastModified = true; updated(); blockLastModified = false; -- cgit v0.9.0.2