From f2873a9738299c3d149b12b2dab5c57139e9a716 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 7 May 2008 06:11:54 +0000 Subject: enable the scrollTo() functionality if it has been triggered by a key-press svn path=/trunk/KDE/kdebase/apps/; revision=804928 --- src/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index a05d7ae27..83672d2f5 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -98,6 +98,7 @@ private: int additionalInfoCount() const; private: + bool m_enableScrollTo; DolphinController* m_controller; SelectionManager* m_selectionManager; DolphinCategoryDrawer* m_categoryDrawer; -- cgit v1.3.1