diff -r 5a93021fdf25 -r 40cb640ef159 cmmanager/cmmgr/Framework/Src/uncatdlg.cpp --- a/cmmanager/cmmgr/Framework/Src/uncatdlg.cpp Thu Dec 17 08:55:21 2009 +0200 +++ b/cmmanager/cmmgr/Framework/Src/uncatdlg.cpp Thu Jan 07 12:56:54 2010 +0200 @@ -121,7 +121,11 @@ if ( !iCmManager->DestinationCountL() ) { hideMove = ETrue; - } + } + + // No priorities in Uncategorized -> always disabled + hidePrioritise = ETrue; + aMenuPane->SetItemDimmed( ECmManagerUiCmdCmAdd, hideAdd ); aMenuPane->SetItemDimmed( ECmManagerUiCmdCmPrioritise, hidePrioritise ); aMenuPane->SetItemDimmed( ECmManagerUiCmdCmCopyToOtherDestination, hideCopy );