browserui/browser/FeedsSrc/FeedsTopicContainer.cpp
branchRCL_3
changeset 62 5a044f6358c2
parent 37 481242ead638
equal deleted inserted replaced
60:b149f0820e5a 62:5a044f6358c2
   600     // Ensure the NaviDecorator was created.
   600     // Ensure the NaviDecorator was created.
   601     if (!iNaviDecorator)
   601     if (!iNaviDecorator)
   602         {
   602         {
   603         iNaviDecorator = naviPane->CreateNavigationLabelL( timestamp );
   603         iNaviDecorator = naviPane->CreateNavigationLabelL( timestamp );
   604         }
   604         }
   605 
   605     else
       
   606         {
       
   607         CAknNaviLabel* naviLabel = static_cast<CAknNaviLabel*>(iNaviDecorator->DecoratedControl());
       
   608 		if(naviLabel)
       
   609 			{
       
   610 	        naviLabel->SetTextL(timestamp);
       
   611 			}
       
   612         }
       
   613     
   606 
   614 
   607 	// If not yet pushed, this will do the push; if already there, this brings
   615 	// If not yet pushed, this will do the push; if already there, this brings
   608     // it to top and draws.
   616     // it to top and draws.
   609     naviPane->PushL(*iNaviDecorator);
   617     naviPane->PushL(*iNaviDecorator);
   610     }
   618     }