diff -r b149f0820e5a -r 5a044f6358c2 browserui/browser/FeedsSrc/FeedsTopicContainer.cpp --- a/browserui/browser/FeedsSrc/FeedsTopicContainer.cpp Mon Jun 21 15:43:41 2010 +0300 +++ b/browserui/browser/FeedsSrc/FeedsTopicContainer.cpp Thu Jul 15 18:42:04 2010 +0300 @@ -602,7 +602,15 @@ { iNaviDecorator = naviPane->CreateNavigationLabelL( timestamp ); } - + else + { + CAknNaviLabel* naviLabel = static_cast(iNaviDecorator->DecoratedControl()); + if(naviLabel) + { + naviLabel->SetTextL(timestamp); + } + } + // If not yet pushed, this will do the push; if already there, this brings // it to top and draws.