browserui/browser/FeedsSrc/FeedsTopicContainer.cpp
branchRCL_3
changeset 62 5a044f6358c2
parent 37 481242ead638
--- 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<CAknNaviLabel*>(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.