From bfdc7b4fa21a08a821cbd5d873798d16c6025809 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 4 Sep 2010 15:31:01 +0000 Subject: Never ignore the view-properties if "Use common view properties for all folders" has been set, otherwise the view-properties switch when searching files won't work. Originally this flag has been introduced when working with a split view, however I consider the behavior to always respect the view-properties when changing a folder more consistent anyway. svn path=/trunk/KDE/kdebase/apps/; revision=1171589 --- src/views/dolphinview.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 4877b0cd2..6a5d10898 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -783,7 +783,6 @@ private: bool m_storedCategorizedSorting : 1; bool m_tabsForFiles : 1; bool m_isContextMenuOpen : 1; // TODO: workaround for Qt-issue 207192 - bool m_ignoreViewProperties : 1; bool m_assureVisibleCurrentIndex : 1; bool m_expanderActive : 1; -- cgit v1.3