webengine/osswebengine/WebKit/s60/webview/SettingsContainer.cpp
branchRCL_3
changeset 34 220a17280356
parent 27 6297cdf66332
child 48 79859ed3eea9
equal deleted inserted replaced
32:ea4b2e4f7cac 34:220a17280356
   258             retVal = brctlSettings[setting];
   258             retVal = brctlSettings[setting];
   259             break;
   259             break;
   260             }
   260             }
   261         case TBrCtlDefs::ESettingsNumOfDownloads :
   261         case TBrCtlDefs::ESettingsNumOfDownloads :
   262             {
   262             {
   263             retVal = httpSessionMgr->httpDownload()->numOfDownloads();
   263             if ( httpSessionMgr->httpDownload() )
       
   264                 {
       
   265                 retVal = httpSessionMgr->httpDownload()->numOfDownloads();
       
   266                 }
   264             break;
   267             break;
   265             }
   268             }
   266         default:
   269         default:
   267             {
   270             {
   268             break;   // should not occur
   271             break;   // should not occur