diff -r a60acebbbd9d -r 78ad99c24f08 photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h --- a/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h Tue May 11 16:13:40 2010 +0300 +++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h Tue May 25 12:42:31 2010 +0300 @@ -177,20 +177,21 @@ // Medialist observer for Grid view CGlxGridViewMLObserver* iGlxGridMLObserver; - /// Active media list registry stores the pointer to the active media list - /// Allows UPnP to know when list has changed - CGlxActiveMediaListRegistry* iActiveMediaListRegistry; - // Thumbnail context CGlxThumbnailContext* iThumbnailContext; - // Iterators for Grid and FS TGlxFromManualIndexBlockyIterator iBlockyIterator; // Grid Icon size from FS view TSize iGridIconSize; + // Hg Grid preferred image size + TSize iHgGridImageSize; + + // The Resource file name from which icons to be read + TFileName iIconsFileName; + // Bool to check backward navigation TBool iBackwardActivation;