SVN commit 643239 by dfaure: findByPath already looks into the file contents! M +0 -2 kmimetype.cpp --- branches/KDE/3.5/kdelibs/kio/kio/kmimetype.cpp #643238:643239 @@ -332,8 +332,6 @@ KMimeType::Format result; result.compression = Format::NoCompression; KMimeType::Ptr mime = findByPath(fileName); - if (mime->name() == defaultMimeType()) - mime = findByFileContent(fileName); result.text = mime->name().startsWith("text/"); QVariant v = mime->property("X-KDE-text");