photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp
changeset 2 7d9067c6fcb1
parent 1 9ba538e329bd
child 4 57d388cc48c1
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
   169     // Note that the order in which the command handlers are added determines
   169     // Note that the order in which the command handlers are added determines
   170     // the order in which the toolbar displays the icons
   170     // the order in which the toolbar displays the icons
   171     
   171     
   172     GLX_LOG_INFO( "Adding CGlxCommandHandlerSave" );
   172     GLX_LOG_INFO( "Adding CGlxCommandHandlerSave" );
   173             iFullScreenView->AddCommandHandlerL(
   173             iFullScreenView->AddCommandHandlerL(
   174                             CGlxCommandHandlerSave::NewL( iFullScreenView, ETrue ) );
   174                             CGlxCommandHandlerSave::NewL() );
   175     
   175     
   176     GLX_LOG_INFO( "Adding CGlxCommandHandlerSlideshow" );
   176     GLX_LOG_INFO( "Adding CGlxCommandHandlerSlideshow" );
   177     iFullScreenView->AddCommandHandlerL(
   177     iFullScreenView->AddCommandHandlerL(
   178                     CGlxCommandHandlerSlideshow::NewL( iFullScreenView, ETrue , ETrue ) );
   178                     CGlxCommandHandlerSlideshow::NewL( iFullScreenView, ETrue , ETrue ) );
   179     
   179