notepad/notepad1/LibSrc/NpdListDialog.cpp
branchRCL_3
changeset 30 d68a4b5d5885
parent 27 55d60436f00b
child 36 9c5b1510919f
--- a/notepad/notepad1/LibSrc/NpdListDialog.cpp	Tue May 11 16:12:24 2010 +0300
+++ b/notepad/notepad1/LibSrc/NpdListDialog.cpp	Tue May 25 12:41:10 2010 +0300
@@ -965,6 +965,11 @@
                 // this must after InsertSendMenuItemAfterL
                 aMenuPane->DeleteMenuItem(ENotepadCmdOpen);
                 }
+            if ( markCount >= 1  )
+                {
+                aMenuPane->SetItemSpecific( ENotepadCmdSend, EFalse );
+                aMenuPane->SetItemSpecific( ENotepadCmdDelete, EFalse );
+                }
             if ( iListBox->CurrentItemIndex() == 0 && IsNotepad() && memoCount > 0)
 				{                    
 				aMenuPane->SetItemDimmed( ENotepadCmdDelete, ETrue );