diff -r f7fbeaeb166a -r b23265fb36da bluetoothengine/btui/Ecom/src/BTUIPairedDevicesView.cpp --- a/bluetoothengine/btui/Ecom/src/BTUIPairedDevicesView.cpp Wed Apr 14 16:09:00 2010 +0300 +++ b/bluetoothengine/btui/Ecom/src/BTUIPairedDevicesView.cpp Tue Apr 27 16:49:44 2010 +0300 @@ -1725,7 +1725,7 @@ TRACE_INFO(_L("Device status changed, update menupane")); iMenuDevice = device; iActiveMenuPane->Close(); - TRAP_IGNORE( this->ProcessCommandL(EAknSoftkeyOptions) ); + TRAP_IGNORE( this->ProcessCommandL(EAknSoftkeyContextOptions) ); } } }