diff -r 5294c000a26d -r 112a725ff2c2 videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappuiengine.cpp --- 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 @@ -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 ) ) {