idlehomescreen/xmluirendering/uiengine/src/xncomposer.cpp
branchRCL_3
changeset 12 9674c1a575e9
parent 11 ff572dfe6d86
child 18 d05a55b217df
equal deleted inserted replaced
11:ff572dfe6d86 12:9674c1a575e9
   590         // Read wallpaper image path from HSPS
   590         // Read wallpaper image path from HSPS
   591         CXnAppUiAdapter* appui = static_cast< CXnAppUiAdapter* >( iAvkonAppUi );
   591         CXnAppUiAdapter* appui = static_cast< CXnAppUiAdapter* >( iAvkonAppUi );
   592         CXnBackgroundManager& bgManager = appui->ViewAdapter().BgManager();
   592         CXnBackgroundManager& bgManager = appui->ViewAdapter().BgManager();
   593         
   593         
   594         // if page specific wallpaper feature is enabled
   594         // if page specific wallpaper feature is enabled
   595         if( bgManager.ActivatedL() )
   595         if( bgManager.WallpaperType() == CXnBackgroundManager::EPageSpecific )
   596             {
   596             {
   597             HBufC* bgImage = ItemValueL( *configuration, KWallpaper, KPath );
   597             HBufC* bgImage = ItemValueL( *configuration, KWallpaper, KPath );
   598             CleanupStack::PushL( bgImage );
   598             CleanupStack::PushL( bgImage );
   599             if( bgImage && bgImage->Length() > 0 )
   599             if( bgImage && bgImage->Length() > 0 )
   600                 {
   600                 {