summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/komonthview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/komonthview.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp
index 02d2585..da81586 100644
--- a/korganizer/komonthview.cpp
+++ b/korganizer/komonthview.cpp
@@ -919,2 +919,3 @@ KOMonthView::KOMonthView(Calendar *calendar, QWidget *parent, const char *name)
+#if 0
if ( mShowWeekView )
@@ -923,2 +924,3 @@ KOMonthView::KOMonthView(Calendar *calendar, QWidget *parent, const char *name)
mWidStack->raiseWidget( mMonthView );
+#endif
@@ -929,2 +931,3 @@ KOMonthView::KOMonthView(Calendar *calendar, QWidget *parent, const char *name)
resize(640, 480 );
+ updatePossible = true;
#endif
@@ -932,2 +935,6 @@ KOMonthView::KOMonthView(Calendar *calendar, QWidget *parent, const char *name)
+ if ( mShowWeekView )
+ mWidStack->raiseWidget( mWeekView );
+ else
+ mWidStack->raiseWidget( mMonthView );
}