CVS commit by cullmann: to lower resize on startup is fragile, fix it again a bit :/ M +5 -6 kateapp.cpp 1.72 --- kdebase/kate/app/kateapp.cpp #1.71:1.72 @@ -100,4 +100,5 @@ KateApp::KateApp (bool forcedNewProcess, else { + win=newMainWindow(false); config()->setGroup("General"); @@ -112,6 +113,4 @@ KateApp::KateApp (bool forcedNewProcess, m_docManager->restoreDocumentList (&scfg); - win=newMainWindow(false); - // window config if (config()->readBoolEntry("Restore Window Configuration", false))