browserui/browser/BrowserAppSrc/BrowserWindow.cpp
branchRCL_3
changeset 50 c9249d037530
parent 45 dbd79466b1ed
child 60 b149f0820e5a
equal deleted inserted replaced
48:5c11946e75b3 50:c9249d037530
   234         
   234         
   235 	if ( Preferences().UiLocalFeatureSupported( KBrowserGraphicalPage ))
   235 	if ( Preferences().UiLocalFeatureSupported( KBrowserGraphicalPage ))
   236 		{
   236 		{
   237 		capabilityFlags = capabilityFlags | TBrCtlDefs::ECapabilityGraphicalPage;
   237 		capabilityFlags = capabilityFlags | TBrCtlDefs::ECapabilityGraphicalPage;
   238 		}
   238 		}
   239 	if ( Preferences().UiLocalFeatureSupported( KBrowserGraphicalPage ) &&
   239 #ifdef  BRDO_MULTITOUCH_ENABLED_FF
   240 			Preferences().UiLocalFeatureSupported( KBrowserGraphicalHistory ))
   240     if (Preferences().UiLocalFeatureSupported( KBrowserGraphicalHistory ))      
   241 		{
   241 #else
       
   242     if ( Preferences().UiLocalFeatureSupported( KBrowserGraphicalPage ) &&
       
   243                 Preferences().UiLocalFeatureSupported( KBrowserGraphicalHistory ))
       
   244 #endif      
       
   245         {
   242 		capabilityFlags = capabilityFlags | TBrCtlDefs::ECapabilityGraphicalHistory;
   246 		capabilityFlags = capabilityFlags | TBrCtlDefs::ECapabilityGraphicalHistory;
   243 		}
   247 		}
   244 	if ( Preferences().UiLocalFeatureSupported( KBrowserAutoFormFill ) )
   248 	if ( Preferences().UiLocalFeatureSupported( KBrowserAutoFormFill ) )
   245 		{
   249 		{
   246 		capabilityFlags = capabilityFlags | TBrCtlDefs::ECapabilityAutoFormFill;
   250 		capabilityFlags = capabilityFlags | TBrCtlDefs::ECapabilityAutoFormFill;