diff --git a/src/search/dolphinfacetswidget.cpp b/src/search/dolphinfacetswidget.cpp --- a/src/search/dolphinfacetswidget.cpp +++ b/src/search/dolphinfacetswidget.cpp @@ -211,7 +211,9 @@ void DolphinFacetsWidget::setFacetType(const QString& type) { - if (type == QLatin1String("Document")) { + if (type == QLatin1String("Folder")) { + m_folders->setChecked(true); + } else if (type == QLatin1String("Document")) { m_documents->setChecked(true); } else if (type == QLatin1String("Image")) { m_images->setChecked(true);