diff options
| author | Peter Penz <[email protected]> | 2008-05-20 21:21:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-20 21:21:48 +0000 |
| commit | ed5b2e54736b04d551eae01d976038fb7d5aac35 (patch) | |
| tree | 94bee37d963ce85a62b8000ae0bdbb8aaa7b0973 /src/dolphinviewcontainer.h | |
| parent | 0ce69374d96e2b16526b5450d5cc4676bac8b720 (diff) | |
when going back in history apply the keyboard focus to the the previously shown directory
BUG: 156550
BUG: 158590
svn path=/trunk/KDE/kdebase/apps/; revision=810493
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index b4f799cb1..a0ddcb711 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -230,6 +230,9 @@ private: DolphinModel* m_dolphinModel; DolphinDirLister* m_dirLister; DolphinSortFilterProxyModel* m_proxyModel; + + KUrl m_previousUrl; + KUrl m_currentUrl; }; inline const DolphinStatusBar* DolphinViewContainer::statusBar() const |
