diff -r a60acebbbd9d -r 78ad99c24f08 photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp --- a/photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp Tue May 11 16:13:40 2010 +0300 +++ b/photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp Tue May 25 12:42:31 2010 +0300 @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include @@ -208,15 +207,7 @@ iFullScreenView, iResourceIds.iMenuId, uiutilitiesrscfile)); // End of AIW service handlers - - //Fix for error ID EVTY-7M87LF - //@ Registration of Video Playback Command handler has to before UPnP. - //@ else UPnP will not get play command once video playback command is consumed. - GLX_LOG_INFO("Adding CGlxCommandHandlerVideoPlayback"); - iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerVideoPlayback::NewL( - iFullScreenView)); - - //Toolbar commands for all Fullscreen views. May also be present in Options menu. + //Toolbar commands for all Fullscreen views. May also be present in Options menu. GLX_LOG_INFO("Adding CGlxCommandHandlerSend"); iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerSend::NewL( iFullScreenView, ETrue, uiutilitiesrscfile));