cmmanager/cmmgr/Framework/Src/uncatdlg.cpp
changeset 1 40cb640ef159
parent 0 5a93021fdf25
child 8 2e6c4614c58e
child 18 fcbbe021d614
equal deleted inserted replaced
0:5a93021fdf25 1:40cb640ef159
   119         // There are no destinatons to move to OR
   119         // There are no destinatons to move to OR
   120         // the highlighted connection method is in use
   120         // the highlighted connection method is in use
   121         if ( !iCmManager->DestinationCountL() )
   121         if ( !iCmManager->DestinationCountL() )
   122             {
   122             {
   123             hideMove = ETrue;
   123             hideMove = ETrue;
   124             }               
   124             }
       
   125 
       
   126         // No priorities in Uncategorized -> always disabled
       
   127         hidePrioritise = ETrue;
       
   128 
   125         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmAdd, hideAdd );
   129         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmAdd, hideAdd );
   126         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmPrioritise, hidePrioritise  );
   130         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmPrioritise, hidePrioritise  );
   127         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmCopyToOtherDestination, hideCopy );
   131         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmCopyToOtherDestination, hideCopy );
   128         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmCopyToOtherDestination, hideMove );
   132         aMenuPane->SetItemDimmed( ECmManagerUiCmdCmCopyToOtherDestination, hideMove );
   129         }
   133         }