blob: a90819dad5fd78ff331d55206b5bc1aac6a5790d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- kdepim-3.4.2/knode/knmainwidget.cpp-- 2005-08-01 13:32:58.000000000 +0200
+++ kdepim-3.4.2/knode/knmainwidget.cpp 2005-08-01 13:33:06.000000000 +0200
@@ -253,11 +253,12 @@ KNMainWidget::KNMainWidget( KXMLGUIClien
c_olView->setFocus();
setStatusMsg();
-
+#if 0
if( firstStart() ) { // open the config dialog on the first start
show(); // the settings dialog must appear in front of the main window!
slotSettings();
}
+#endif
}
KNMainWidget::~KNMainWidget()
|