diff options
| author | Peter Penz <[email protected]> | 2007-05-08 20:40:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-08 20:40:46 +0000 |
| commit | 13b36768575964d9009e94c38cd37db61d823632 (patch) | |
| tree | 15ca3e69dee7635561e09a60912e49fd2026eee6 /src/dolphinview.h | |
| parent | dfe4a7598abed516820632ff5982658f9df49fdc (diff) | |
fix issue in column view that the wrong root directory is taken because of keeping old directories in KDirLister
svn path=/trunk/KDE/kdebase/apps/; revision=662658
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 953e8f11d..3fe29cd55 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -593,6 +593,7 @@ private: bool m_showProgress; bool m_blockContentsMovedSignal; + bool m_initializeColumnView; Mode m_mode; int m_iconSize; |
