SVN commit 1164097 by tgridel: FileLoader: no need to hide the document M +0 -1 FileLoader.cpp --- trunk/KDE/kdeedu/marble/src/lib/FileLoader.cpp #1164096:1164097 @@ -281,7 +281,6 @@ m_document->append( mark ); } - m_document->setVisible( false ); return true; }