--- a/browserui/browser/BrowserAppSrc/BrowserDisplay.cpp Fri May 08 08:18:43 2009 +0300
+++ b/browserui/browser/BrowserAppSrc/BrowserDisplay.cpp Fri Jul 03 15:46:41 2009 +0100
@@ -220,8 +220,9 @@
iTitle = temp;
CAknIndicatorContainer* indicContainerEditing = SelectIndicContainerEditing();
// Checking to see if we are in contentview so that title is updated for other views like
- // Bookmarks and Settings
- if((indicContainerEditing) && (ApiProvider().LastActiveViewId() == KUidBrowserContentViewId ))
+ // Bookmarks and Settings. In landscape mode title could be updated all the time regardless of progress bar.
+ if ( !Layout_Meta_Data::IsLandscapeOrientation() &&
+ (indicContainerEditing) && (ApiProvider().LastActiveViewId() == KUidBrowserContentViewId ))
{
//Under full screen mode, the progress bar is at the bottom and the title should be updated
//all the time.