You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/mandriva/2010.2/kdepim/kdepim-3.4.2-knode-disable-...

17 lines
504 B

--- 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()