]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix an #ifdef that referred to Nepomuk instead of Baloo
authorDenis Steckelmacher <steckdenis@yahoo.fr>
Wed, 10 Sep 2014 11:04:45 +0000 (13:04 +0200)
committerDenis Steckelmacher <steckdenis@yahoo.fr>
Wed, 10 Sep 2014 11:04:45 +0000 (13:04 +0200)
The query builder widget is now properly disabled when the user wants to look
for files by filename and not by content.

src/search/dolphinsearchbox.cpp

index 27a251b7d7629f62de179cb7e8de9d6f9d077f07..0ab4d86cdd55fe97b7b6b94add2836bc66684496 100644 (file)
@@ -273,7 +273,7 @@ void DolphinSearchBox::slotReturnPressed()
 
 void DolphinSearchBox::updateSearchInputParsing()
 {
-#ifdef HAVE_NEPOMUK
+#ifdef HAVE_BALOO
     m_searchInput->setParsingEnabled(m_contentButton->isChecked());
 #endif
 }