From kde-commits Sun Oct 19 13:42:01 2003 From: Christoph Cullmann Date: Sun, 19 Oct 2003 13:42:01 +0000 To: kde-commits Subject: kdebase/kate/app X-MARC-Message: https://marc.info/?l=kde-commits&m=106657095628835 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))