idlehomescreen/xmluicontroller/src/xmluicontroller.cpp
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
   635                 node = iter->SkipBranchL();
   635                 node = iter->SkipBranchL();
   636                 }
   636                 }
   637             // Get the content model and configuration for the supported elements
   637             // Get the content model and configuration for the supported elements
   638             else if( nodeType == AiUiDef::xml::element::KImage ||
   638             else if( nodeType == AiUiDef::xml::element::KImage ||
   639                      nodeType == AiUiDef::xml::element::KText ||
   639                      nodeType == AiUiDef::xml::element::KText ||
   640                      nodeType == AiUiDef::xml::element::KNewsTicker )
   640                      nodeType == AiUiDef::xml::element::KNewsTicker ||
       
   641                      nodeType == AiUiDef::xml::element::KAnimation )
   641                 {
   642                 {
   642                 // Is created in GetContenItem and used in GetConfigurationsL
   643                 // Is created in GetContenItem and used in GetConfigurationsL
   643                 HBufC* confOwner( NULL );
   644                 HBufC* confOwner( NULL );
   644                 // get content item for the element, confOwner is filled
   645                 // get content item for the element, confOwner is filled
   645                 GetContentItemL( *node, aSettings, confOwner );
   646                 GetContentItemL( *node, aSettings, confOwner );