diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h --- a/photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h Wed Apr 14 15:57:24 2010 +0300 +++ b/photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h Tue Apr 27 16:37:53 2010 +0300 @@ -51,8 +51,10 @@ * Modify a menu before it is displayed. * @param aResourceId The resource ID of the menu * @param aMenuPane The in-memory representation of the menu pane + * @param aIsBrowseMode ETrue if in grid view */ - virtual void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane) = 0; + virtual void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane, + TBool aIsBrowseMode) = 0; /** * Called when the owning view is activated