diff -r 95674584745d -r 5a89845f78e2 bluetoothengine/btui/Ecom/src/BTUIBlockedDevicesView.cpp --- a/bluetoothengine/btui/Ecom/src/BTUIBlockedDevicesView.cpp Wed Jun 09 09:52:54 2010 +0300 +++ b/bluetoothengine/btui/Ecom/src/BTUIBlockedDevicesView.cpp Mon Jun 21 15:51:46 2010 +0300 @@ -266,6 +266,10 @@ (iBaseView->TabbedViews()) ); } + + MenuBar()->SetContextMenuTitleResourceId( + R_BTUI_MENUBAR_BLOCK_DEVICES_VIEW); + // notify observer if( iActivationObserver && iConstructAsGsPlugin == EFalse) { @@ -349,19 +353,17 @@ !FeatureManager::FeatureSupported( KFeatureIdHelp ) ); } - // do not show "unblock" and "unblock all" commands + // do not "unblock all" commands // if there is nothing to unblock if (aResId == R_BTUI_BLOCK_DEVICES_VIEW_MENU) { if( iContainer->CountItems() == 0) { - aMenu->SetItemDimmed(EBTUICmdUnblock, ETrue); aMenu->SetItemDimmed(EBTUICmdUnblockAll, ETrue); } else { aMenu->SetItemDimmed(EBTUICmdUnblockAll, EFalse); - aMenu->SetItemDimmed(EBTUICmdUnblock, ETrue); } } TRACE_FUNC_EXIT