┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-06-16 21:13:41 +0000
committerPeter Penz <[email protected]>2010-06-16 21:13:41 +0000
commit38760a3010b954087690fb0aed0f3cdbe596807b (patch)
tree8b0fda8484a762648e1f5dbf07b37def7570e9a7 /src/dolphinmainwindow.cpp
parentac206413f158c457dd1007cb9bf6167871a2a48f (diff)
Hide the information panel by default
svn path=/trunk/KDE/kdebase/apps/; revision=1138819
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
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();