From 38760a3010b954087690fb0aed0f3cdbe596807b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 16 Jun 2010 21:13:41 +0000 Subject: [PATCH] Hide the information panel by default svn path=/trunk/KDE/kdebase/apps/; revision=1138819 --- src/dolphinmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 10d35dccf..4eef2fad5 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1601,6 +1601,7 @@ void DolphinMainWindow::setupDockWidgets() const bool firstRun = DolphinSettings::instance().generalSettings()->firstRun(); if (firstRun) { + infoDock->hide(); foldersDock->hide(); #ifndef Q_OS_WIN terminalDock->hide(); -- 2.47.3