--- a/widgets/widgetapp/src/WidgetUiObserver.cpp Fri Feb 19 23:55:03 2010 +0200
+++ b/widgets/widgetapp/src/WidgetUiObserver.cpp Fri Mar 12 15:48:51 2010 +0200
@@ -468,7 +468,8 @@
if ( ret == KErrNone &&
( dataType.iConfidence == CApaDataRecognizerType::ECertain ) ||
- ( dataType.iConfidence == CApaDataRecognizerType::EProbable ) )
+ ( dataType.iConfidence == CApaDataRecognizerType::EProbable) ||
+ ( dataType.iConfidence == CApaDataRecognizerType::EPossible) )
{
// If the file type was found, try to match it to a known file type
contentTypeString->Des().Copy( mimeTypePtr );