idlefw/plugins/mcsplugin/settings/src/mcspluginsettingscontainer.cpp
branchRCL_3
changeset 118 8baec10861af
parent 114 a5a39a295112
child 122 6cadd6867c17
equal deleted inserted replaced
114:a5a39a295112 118:8baec10861af
   470         RMenuNotifier::EItemsAddedRemoved,
   470         RMenuNotifier::EItemsAddedRemoved,
   471         iNotifyWatcher->iStatus );
   471         iNotifyWatcher->iStatus );
   472     iNotifyWatcher->WatchNotify( this );
   472     iNotifyWatcher->WatchNotify( this );
   473     }
   473     }
   474 
   474 
       
   475 // ---------------------------------------------------------------------------
       
   476 // Sets the currently selected item
       
   477 // ---------------------------------------------------------------------------
       
   478 //
       
   479 void CMCSPluginSettingsContainer::SetCurrentItemIndex( TInt aIdx )
       
   480     {
       
   481     if( iListBox )
       
   482         {
       
   483         iListBox->SetCurrentItemIndex( aIdx );
       
   484         }
       
   485     }
       
   486 
   475 // End of File.
   487 // End of File.