diff -r 9a9c174934f5 -r 57d388cc48c1 photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp --- a/photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp Tue Jan 26 11:58:28 2010 +0200 +++ b/photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp Tue Feb 02 00:10:37 2010 +0200 @@ -211,7 +211,7 @@ NewL(iFullScreenView, iResourceIds.iMenuId)); GLX_LOG_INFO("Adding CGlxCommandHandlerAiwEdit"); iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerAiwEdit:: - NewL(iFullScreenView, iResourceIds.iMenuId)); + NewL(iFullScreenView)); GLX_LOG_INFO("Adding CGlxCommandHandlerAiwPrintPreview"); iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerAiwPrintPreview:: NewL(iFullScreenView, iResourceIds.iMenuId));