diff options
| author | Peter Penz <[email protected]> | 2009-06-08 05:55:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-06-08 05:55:46 +0000 |
| commit | a38f83014467f61059fc40b2273d0175e9b3b26d (patch) | |
| tree | a83c930af5c6092697ea675f00216bcbfb899525 /src/dolphinviewcontainer.h | |
| parent | d34036152b86d86d1dabe2d719d5abe1e6f205a5 (diff) | |
Mark the last visitied directory as active when going back in history.
BUG: 192811
svn path=/trunk/KDE/kdebase/apps/; revision=978757
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index e6fd8fd0a..db6ee69d5 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -243,6 +243,8 @@ private slots: */ void saveUrlCompletionMode(KGlobalSettings::Completion completion); + void slotHistoryChanged(); + private: bool m_showProgress; bool m_isFolderWritable; |
