videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp
branchRCL_3
changeset 10 112a725ff2c2
parent 9 5294c000a26d
child 15 8f0df5c82986
--- a/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp	Mon Mar 15 12:40:47 2010 +0200
+++ b/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp	Wed Mar 31 21:34:36 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: e92_68 %
+// Version : %version: e92_69 %
 
 
 #include <eikon.hrh>
@@ -942,7 +942,7 @@
     //
     //  If we are embedded or the command is to open a document
     //
-    if ( iAppUi->IsEmbedded() || aCommand != EApaCommandRun )
+    if ( iAppUi->IsEmbedded() || ( aCommand != EApaCommandRun && aDocumentName.Length() > 0 ) )
     {
         if ( iRecognizer->IsValidStreamingPrefix( aDocumentName ) )
         {