widgets/widgetapp/src/WidgetUiObserver.cpp
branchRCL_3
changeset 34 220a17280356
parent 26 cb62a4f66ebe
child 47 e1bea15f9a39
--- 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 );