From c1527671313752a14d09aa3745b39962117a751a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 27 Sep 2007 06:19:30 +0000 Subject: Use case: categorized sorting is enabled, the current view mode is icons-view. When switching to the details-view (which does not support categorized sorting yet), the 'categorized sorting' action should get only disabled to indicate that it is not available, not get unchecked (currently it gets disabled AND unchecked). This patch assures that always the stored categorization state is returned for the menu actions, but internally the categorization is turned off for the proxy model for the details view and column view. CCMAIL: ereslibre@gmail.com svn path=/trunk/KDE/kdebase/apps/; revision=717548 --- src/dolphinview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 99a5233e9..be02d776e 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -573,6 +573,7 @@ private: bool m_active; bool m_loadingDirectory; bool m_initializeColumnView; + bool m_storedCategorizedSorting; Mode m_mode; DolphinMainWindow* m_mainWindow; -- cgit v1.3.1