diff --git a/shell/shell.cpp b/shell/shell.cpp index 8b99ce4ef..7a105742f 100644 --- a/shell/shell.cpp +++ b/shell/shell.cpp @@ -122,7 +122,7 @@ Shell::~Shell() if ( m_part ) { writeSettings(); - m_part->closeUrl(); + m_part->closeUrl( false ); } m_part = 0; // It is deleted by the KPart/QObject machinery if ( m_args )