SVN commit 659136 by nikolaus: Don't close, if the user hits 'Cancel'. M +2 -0 KoMainWindow.cpp --- trunk/koffice/libs/kofficecore/KoMainWindow.cpp #659135:659136 @@ -1035,6 +1035,8 @@ setRootDocument(0L); KParts::MainWindow::closeEvent(e); } + else + e->setAccepted( false ); } void KoMainWindow::saveWindowSettings()