Revert as it doesn't fix the problem completely... diving into this... sorry

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=717031
This commit is contained in:
Rafael Fernández López 2007-09-25 21:27:47 +00:00
parent 2c689ca4f7
commit ddcf546a4a

View file

@ -219,12 +219,7 @@ bool DolphinView::showHiddenFiles() const
void DolphinView::setCategorizedSorting(bool categorized)
{
if (categorized && !supportsCategorizedSorting()) {
setCategorizedSorting(false);
return;
}
if (categorized == categorizedSorting()) {
if (!supportsCategorizedSorting() || (categorized == categorizedSorting())) {
return;
}