Dear stupid me: don't commit stupid changes without testing them.... Thanks

- Fix KFind not being able to search in file contents..


svn path=/trunk/KDE/kdebase/apps/; revision=1098983
This commit is contained in:
Darío Andrés Rodríguez 2010-03-04 21:19:46 +00:00
parent 1a7ac487bd
commit 0552cd6482

View file

@ -418,7 +418,7 @@ void KQuery::processQuery( const KFileItem &file)
QString str = stream->readLine();
matchingLineNumber++;
if (str.isEmpty()) break;
if (str.isNull()) break;
if(isZippedOfficeDocument)
str.remove(xmlTags);