diff -r 6cadd6867c17 -r 67f2ed48ad91 idlefw/plugins/mcsplugin/settings/src/mcspluginsettingscontainer.cpp --- a/idlefw/plugins/mcsplugin/settings/src/mcspluginsettingscontainer.cpp Wed Sep 15 12:32:36 2010 +0300 +++ b/idlefw/plugins/mcsplugin/settings/src/mcspluginsettingscontainer.cpp Wed Oct 13 14:53:46 2010 +0300 @@ -186,14 +186,7 @@ { appListIndex = -1; } - - // if the selected item is hidden, set selected item to -1 - TBool itemHidden = iModel->BkmList()->ItemHidden( appListIndex ); - if ( itemHidden ) - { - appListIndex = -1; - } - + changed = HandleBookmarkChangeCommandL( appListIndex, current ); } @@ -479,16 +472,4 @@ iNotifyWatcher->WatchNotify( this ); } -// --------------------------------------------------------------------------- -// Sets the currently selected item -// --------------------------------------------------------------------------- -// -void CMCSPluginSettingsContainer::SetCurrentItemIndex( TInt aIdx ) - { - if( iListBox ) - { - iListBox->SetCurrentItemIndex( aIdx ); - } - } - // End of File.