messagingappbase/mce/src/MceMessageListContainer.cpp
changeset 1 d09ac5c1e252
parent 0 72b543305e3a
child 12 caea42e26caa
--- a/messagingappbase/mce/src/MceMessageListContainer.cpp	Thu Dec 17 08:44:11 2009 +0200
+++ b/messagingappbase/mce/src/MceMessageListContainer.cpp	Thu Jan 07 12:45:05 2010 +0200
@@ -123,7 +123,11 @@
     SetRect( aRect );
 
     iListBox = new (ELeave) CMceMessageListBox( *this );
-    iListBox->ConstructL( this, EAknListBoxStylusMarkableList );
+    if(aFolderId == KMsvGlobalOutBoxIndexEntryIdValue) 
+        iListBox->ConstructL( this, EAknListBoxStylusMarkableList|EAknListBoxItemSpecificMenuDisabled );
+    else
+    	iListBox->ConstructL( this, EAknListBoxStylusMarkableList );
+		
     iListBox->ItemDrawer()->SetItemMarkReverse( ETrue );
     iListBox->EnableMSKObserver( EFalse );