From: Peter Penz Date: Wed, 19 May 2010 18:59:11 +0000 (+0000) Subject: SVN_SILENT: Revert accidental commit of temporary debugging codee error message is... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/a047333c0482249a12dca4e6a16c102684c785de SVN_SILENT: Revert accidental commit of temporary debugging codee error message is shown in Dolphin instead. CCBUG: 229505 svn path=/trunk/KDE/kdebase/apps/; revision=1128600 --- diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp index 1fa84f4a6..67f0634f2 100644 --- a/src/viewproperties.cpp +++ b/src/viewproperties.cpp @@ -34,8 +34,6 @@ #include #include -#include - ViewProperties::ViewProperties(const KUrl& url) : m_changedProps(false), m_autoSave(true), @@ -48,7 +46,6 @@ ViewProperties::ViewProperties(const KUrl& url) : const QLatin1String fileName("/.directory"); if ((m_filepath.length() < 1) || !QDir::isAbsolutePath(m_filepath)) { - kDebug() << "---- using global path: global/.directory"; const QString file = destinationDir("global") + fileName; m_node = new ViewPropertySettings(KSharedConfig::openConfig(file)); return;