diff -r f2101057ffeb -r 9360ca28b668 omadm/omadmappui/src/NSmlDMFotaContainer.cpp --- a/omadm/omadmappui/src/NSmlDMFotaContainer.cpp Mon Jun 21 15:26:00 2010 +0300 +++ b/omadm/omadmappui/src/NSmlDMFotaContainer.cpp Thu Jul 15 18:24:21 2010 +0300 @@ -42,7 +42,7 @@ #include #include - +#include #include @@ -638,7 +638,8 @@ // Create the itemlist iFotaListBox = new (ELeave) CAknDoubleStyleListBox; iFotaListBox->SetContainerWindowL( *this ); - iFotaListBox->ConstructL( this, EAknListBoxViewerFlags ); + iFotaListBox->ConstructL( this, EAknListBoxViewerFlags | + CEikListBox::EDisableItemSpecificMenu | CEikListBox::EViewerFlag ); // Set up/down arrows at bottom of the screen (scrollbar) iFotaListBox->CreateScrollBarFrameL( ETrue ); iFotaListBox->ScrollBarFrame()->SetScrollBarVisibilityL( CEikScrollBarFrame::EOn,