diff -r 9a9c174934f5 -r 57d388cc48c1 photosgallery/viewframework/plugins/gridviewpluginbase/src/glxgridviewpluginbase.cpp --- a/photosgallery/viewframework/plugins/gridviewpluginbase/src/glxgridviewpluginbase.cpp Tue Jan 26 11:58:28 2010 +0200 +++ b/photosgallery/viewframework/plugins/gridviewpluginbase/src/glxgridviewpluginbase.cpp Tue Feb 02 00:10:37 2010 +0200 @@ -164,11 +164,12 @@ NewL(iGridView, iResourceIds.iMenuId)); GLX_LOG_INFO("Adding CGlxCommandHandlerAiwEdit"); iGridView->AddCommandHandlerL(CGlxCommandHandlerAiwEdit:: - NewL(iGridView, iResourceIds.iMenuId)); + NewL(iGridView)); GLX_LOG_INFO("Adding CGlxCommandHandlerAiwEdit-Single Click"); iGridView->AddCommandHandlerL(CGlxCommandHandlerAiwEdit:: - NewL(iGridView, iResourceIds.iMenuId, ETrue)); + NewL(iGridView, ETrue)); + GLX_LOG_INFO("Adding CGlxCommandHandlerAiwPrintPreview"); iGridView->AddCommandHandlerL(CGlxCommandHandlerAiwPrintPreview:: NewL(iGridView, iResourceIds.iMenuId));