diff options
| author | Peter Penz <[email protected]> | 2010-09-04 15:31:01 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-09-04 15:31:01 +0000 |
| commit | bfdc7b4fa21a08a821cbd5d873798d16c6025809 (patch) | |
| tree | 8d99a3b7263223ff76f17577569ce79594ce9ea0 /src/views/dolphinview.h | |
| parent | d78c7bffb1445554a44cf3dd3c8e3559e7376f96 (diff) | |
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
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
