summaryrefslogtreecommitdiffabout
path: root/korganizer
Side-by-side diff
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/datenavigatorcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/datenavigatorcontainer.cpp b/korganizer/datenavigatorcontainer.cpp
index edeebdf..27ba9e0 100644
--- a/korganizer/datenavigatorcontainer.cpp
+++ b/korganizer/datenavigatorcontainer.cpp
@@ -128,3 +128,3 @@ void DateNavigatorContainer::computeMonthSelected( int month , bool forceEmit )
date = date.addDays( -(baseDate.month()-month ) *30 );
- QDate newBase = QDate ( date.year(), date.month() , baseDate.day() );
+ QDate newBase = QDate ( date.year(), date.month() ,1 );