diff -r 868cceedabd3 -r 92a061761a7b browserui/browser/FeedsSrc/FeedsFolderContainer.cpp --- a/browserui/browser/FeedsSrc/FeedsFolderContainer.cpp Thu Dec 17 08:47:18 2009 +0200 +++ b/browserui/browser/FeedsSrc/FeedsFolderContainer.cpp Thu Jan 07 12:48:02 2010 +0200 @@ -15,6 +15,7 @@ * */ +#include #include #include #include @@ -55,7 +56,7 @@ #include "BrowserAppUi.h" #include "BrowserDialogs.h" #include "BrowserUtil.h" - +#include // It's also the size of the icon array without favicon const TInt KFirstFaviconIndex = 6; const TInt KDateSize = 30; // Size of Date strings @@ -349,7 +350,11 @@ } } // Toolbar buttons status should be changed when focus is moved from feed to folder or viceversa - else if(aEventType == MEikListBoxObserver::EEventItemClicked) + else if ( (aEventType == MEikListBoxObserver::EEventItemClicked) +#ifdef BRDO_TOUCH_ENABLED_FF + ||(aEventType == MEikListBoxObserver::EEventFlickStopped) +#endif // BRDO_TOUCH_ENABLED_FF + ) { UpdateToolbarButtonsState(); } @@ -1567,6 +1572,11 @@ CleanupStack::PopAndDestroy( dateFormat );//dateFormat // timestamp.Append(temp); + // Convert to locale specific numbers + if (TBidiText::ERightToLeft == AknTextUtils::CurrentScriptDirectionality ()) + { + AknTextUtils::DisplayTextLanguageSpecificNumberConversion(timestamp); + } } // If there is a favicon for this url then add it to the icon list