meetingrequest/mrgui/src/cesmreditordialog.cpp
branchRCL_3
changeset 17 67369d1b217f
parent 16 b5fbb9b25d57
--- a/meetingrequest/mrgui/src/cesmreditordialog.cpp	Tue May 11 15:57:15 2010 +0300
+++ b/meetingrequest/mrgui/src/cesmreditordialog.cpp	Tue May 25 12:23:16 2010 +0300
@@ -2050,6 +2050,18 @@
                             CESMRGlobalNote::EESMRTodoEntrySaved );
                 note->ExecuteLD();
                 }
+			else if( entry->Type() == MESMRCalEntry::EESMRCalEntryMeetingRequest )
+				{
+				MESMRMeetingRequestEntry* mrEntry =
+									static_cast<MESMRMeetingRequestEntry*>( entry );
+				if( !mrEntry->IsForwardedL() )
+					{
+					CESMRGlobalNote* note =
+								CESMRGlobalNote::NewL(
+										CESMRGlobalNote::EESMREntrySaved );
+					note->ExecuteLD();
+					}
+				}
             else
                 {
                 CESMRGlobalNote* note =