diff -r bcb43dc84c44 -r 2dac0fdba72b photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h --- a/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Wed Mar 31 21:31:03 2010 +0300 +++ b/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Wed Apr 14 15:57:24 2010 +0300 @@ -220,11 +220,6 @@ NGlxNFullScreenUIState::TUiState GetUiSate(); /* - * returns the Ui state - */ - void CreateScreenFurnitureL(); - - /* * Call back function for the CPeriodic */ static TInt TimeOut(TAny* aSelf); @@ -283,6 +278,12 @@ * navigate to main list */ void NavigateToMainListL(); + + /** + * Disable/enable the fullscreen toolbar + */ + void EnableFSToolbarL(TBool aEnable); + private: /** Softkey resource id's */ TFullScreenViewResourceIds iResourceIds;