messagingappbase/mce/src/MceMessageListboxItemDrawer.cpp
branchRCL_3
changeset 24 696bfeff199e
parent 0 72b543305e3a
equal deleted inserted replaced
22:1367103c24e2 24:696bfeff199e
    55 //
    55 //
    56 TListItemProperties CMceMessageListBoxItemDrawer::Properties(TInt aItemIndex) const
    56 TListItemProperties CMceMessageListBoxItemDrawer::Properties(TInt aItemIndex) const
    57     {
    57     {
    58     TListItemProperties properties;
    58     TListItemProperties properties;
    59     properties.SetColor( iTextColor );
    59     properties.SetColor( iTextColor );
    60     properties.SetHiddenSelection( iMessageListContainer.IsOutboxOpened() ||
    60 
    61         iMessageListContainer.IsItemFolder( aItemIndex )  ||
       
    62         iMessageListContainer.SyncMlOutboxOpened() );
       
    63     return properties;
    61     return properties;
    64     }
    62     }
    65 
    63 
    66 //  End of File
    64 //  End of File