diff -r 7d9067c6fcb1 -r 9a9c174934f5 photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwshowmap.h --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwshowmap.h Mon Jan 18 20:19:20 2010 +0200 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraiwshowmap.h Tue Jan 26 11:58:28 2010 +0200 @@ -99,7 +99,11 @@ * @return ETrue if location information is there. EFalse if not */ TBool IsItemWithLocationInfoSelected(MGlxMediaList& aList); - + + /** + * Checks the viewing mode [FS/Grid] + */ + TBool IsInFullScreenViewingModeL(); private: RPointerArray iBufferArray; // owned };