summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/kofilterview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kofilterview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp
index 29a4393..2b16347 100644
--- a/korganizer/kofilterview.cpp
+++ b/korganizer/kofilterview.cpp
@@ -160,2 +160,3 @@ void KOCalEditView::selectCal(int id ,bool b)
emit calendarEnabled ( id, b );
+ emit needsUpdate();
@@ -201,2 +202,3 @@ void KOCalEditView::selectCalAlarm(int id ,bool b )
emit alarmEnabled ( id , b );
+ emit needsUpdate();
}
@@ -206,2 +208,3 @@ void KOCalEditView::selectReadOnly(int id ,bool b )
emit calendarReadonly ( id , b );
+ emit needsUpdate();
@@ -211,2 +214,3 @@ void KOCalEditView::setColor( const QColor& c, int id )
KOPrefs::instance()->getCalendar( id )->mDefaultColor = c;
+ emit needsUpdate();
}