summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/datebook.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/core/pim/datebook/datebook.cpp b/core/pim/datebook/datebook.cpp
index 1bc82a5..829f8f8 100644
--- a/core/pim/datebook/datebook.cpp
+++ b/core/pim/datebook/datebook.cpp
@@ -279,2 +279,3 @@ void DateBook::slotSettings()
279 if ( frmSettings.exec() ) { 279 if ( frmSettings.exec() ) {
280
280 aPreset = frmSettings.alarmPreset(); 281 aPreset = frmSettings.alarmPreset();
@@ -284,3 +285,4 @@ void DateBook::slotSettings()
284 rowStyle = frmSettings.rowStyle(); 285 rowStyle = frmSettings.rowStyle();
285 if ( dayView ) 286
287 if ( dayView ) {
286 dayView->setStartViewTime( startTime ); 288 dayView->setStartViewTime( startTime );
@@ -288,4 +290,6 @@ void DateBook::slotSettings()
288 dayView->setRowStyle( rowStyle ); 290 dayView->setRowStyle( rowStyle );
289 if ( weekView ) 291 }
292 if ( weekView ) {
290 weekView->setStartViewTime( startTime ); 293 weekView->setStartViewTime( startTime );
294 }
291 saveSettings(); 295 saveSettings();
@@ -550,2 +554,3 @@ void DateBook::initWeek()
550 } 554 }
555
551 //But also get it right: the year that we display can be different 556 //But also get it right: the year that we display can be different
@@ -553,3 +558,2 @@ void DateBook::initWeek()
553 //number of the current week. 558 //number of the current week.
554
555 int yearNumber, totWeeks; 559 int yearNumber, totWeeks;
@@ -567,2 +571,3 @@ void DateBook::initWeek()
567} 571}
572
568void DateBook::initWeekLst() { 573void DateBook::initWeekLst() {