--- a/browserui/browser/BrowserAppSrc/BrowserLoadObserver.cpp Fri Jul 03 15:46:41 2009 +0100
+++ b/browserui/browser/BrowserAppSrc/BrowserLoadObserver.cpp Thu Aug 27 07:42:55 2009 +0300
@@ -102,14 +102,7 @@
iWindow->ResetPageOverviewLocalSettingL();
iWindow->SetImagesLoaded(EFalse);
}
- switch( iLoadUrlType )
- {
- default:
- {
- HandleLoadEventOtherL( aLoadEvent, aSize, aTransactionId );
- break;
- }
- }
+ HandleLoadEventOtherL( aLoadEvent, aSize, aTransactionId );
}
// ----------------------------------------------------------------------------
@@ -128,6 +121,11 @@
{
case TBrCtlDefs::EEventLoadError:
{
+ if(LoadStatus( ELoadStatusSecurePage ))
+ {
+ ClearStatus();
+ UpdateSecureIndicatorL();
+ }
SetStatus( ELoadStatusMainError );
break;
}