diff options
| author | Peter Penz <[email protected]> | 2007-03-19 15:59:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-19 15:59:23 +0000 |
| commit | 397b9bd4502a5aeab7da54dfcce0e4faa4a59ee4 (patch) | |
| tree | 7c81e89a1e418e184f27bcdbbefb4136d373b966 /src/dolphinview.h | |
| parent | 7d440c42f6905ad67ddf9c462a0de1bd5d3a1f49 (diff) | |
Step 1 of 2 to fix the issue that reloading of a directory resets the contents position to 0/0 (step 2 will be committed after the BIC Monday...).
svn path=/trunk/KDE/kdebase/apps/; revision=644237
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 fd47e1fae..e00cc98f2 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -543,6 +543,7 @@ private: private: bool m_showProgress; + bool m_blockContentsMovedSignal; Mode m_mode; int m_iconSize; |
