diff options
| author | Peter Penz <[email protected]> | 2007-06-10 11:54:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-10 11:54:12 +0000 |
| commit | 321c5cded30388ba6d50b1f70d84109049348cac (patch) | |
| tree | d8e618d18865583d39095d95453031e835ef22e4 /src/dolphinview.h | |
| parent | 293e65797afd44a530df3435a8cc5b1b024aa3bb (diff) | |
don't reset the x-position to 0 in the Column View, if a new directory is loaded
svn path=/trunk/KDE/kdebase/apps/; revision=673500
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index ebca53e99..3d0f9a548 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -527,7 +527,7 @@ private: }; bool m_active; - bool m_blockContentsMovedSignal; + bool m_loadingDirectory; bool m_initializeColumnView; Mode m_mode; |
