diff options
| author | Denis Steckelmacher <[email protected]> | 2014-09-10 13:04:45 +0200 |
|---|---|---|
| committer | Denis Steckelmacher <[email protected]> | 2014-09-10 13:04:45 +0200 |
| commit | 087f4cb8081ac16ae4de102d49963c72e9bb64d2 (patch) | |
| tree | 336a6ad940abc3097355a4c131b6e3e86c847de8 | |
| parent | e3578ee3b770a1b8f359ed1a3cc6e3ac7f6c700e (diff) | |
Fix an #ifdef that referred to Nepomuk instead of Baloo
The query builder widget is now properly disabled when the user wants to look
for files by filename and not by content.
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 27a251b7d..0ab4d86cd 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -273,7 +273,7 @@ void DolphinSearchBox::slotReturnPressed() void DolphinSearchBox::updateSearchInputParsing() { -#ifdef HAVE_NEPOMUK +#ifdef HAVE_BALOO m_searchInput->setParsingEnabled(m_contentButton->isChecked()); #endif } |
