gssettingsuis/Gs/GSCallDivertPlugin/Src/GSCallDivertPluginContainer.cpp
branchRCL_3
changeset 14 9941bcf99348
parent 0 8c5d936e5675
child 17 3b47783fdf16
equal deleted inserted replaced
13:f392bfb21e08 14:9941bcf99348
   134 //
   134 //
   135 //
   135 //
   136 // ---------------------------------------------------------------------------
   136 // ---------------------------------------------------------------------------
   137 void CGSCallDivertPluginContainer::MakeVideoDivertsItemL()
   137 void CGSCallDivertPluginContainer::MakeVideoDivertsItemL()
   138     {
   138     {
   139     iListboxItemArray->SetItemVisibilityL( EGSSettIdVideoDivert,
   139 	
   140         CGSListBoxItemTextArray::EVisible );
   140      if ( FeatureManager::FeatureSupported(
       
   141            KFeatureIdCsVideoTelephony ) )
       
   142          {
       
   143          iListboxItemArray->SetItemVisibilityL( EGSSettIdVideoDivert,
       
   144              CGSListBoxItemTextArray::EVisible );
       
   145          } 
       
   146      else 
       
   147     	 {
       
   148          iListboxItemArray->SetItemVisibilityL( EGSSettIdVideoDivert,
       
   149              CGSListBoxItemTextArray::EInvisible ); 
       
   150        	 }
   141     }
   151     }
   142 //End of file
   152 //End of file