From ed5b2e54736b04d551eae01d976038fb7d5aac35 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 20 May 2008 21:21:48 +0000 Subject: 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 --- src/dolphinviewcontainer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinviewcontainer.h') 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 -- cgit v1.3