From 5c2f52e62a7cfef961c2f67585c84c04b4193370 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Tue, 25 Mar 2014 23:39:47 +0100 Subject: [PATCH] Set m_anyType as checked by default. CCMAIL: me@vhanda.in --- src/search/dolphinfacetswidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/search/dolphinfacetswidget.cpp b/src/search/dolphinfacetswidget.cpp index 3824eb94c6..efbefc1f68 100644 --- a/src/search/dolphinfacetswidget.cpp +++ b/src/search/dolphinfacetswidget.cpp @@ -103,6 +103,7 @@ DolphinFacetsWidget::DolphinFacetsWidget(QWidget* parent) : topLayout->addLayout(ratingLayout); topLayout->addStretch(); + m_anyType->setChecked(true); m_anytime->setChecked(true); m_anyRating->setChecked(true); }