diff -r 1881ad52dc45 -r a5ed90760192 calendarui/caleneditor/src/caleneditordatahandler.cpp --- a/calendarui/caleneditor/src/caleneditordatahandler.cpp Tue Aug 31 18:15:13 2010 +0530 +++ b/calendarui/caleneditor/src/caleneditordatahandler.cpp Mon Sep 06 10:12:45 2010 +0530 @@ -382,13 +382,6 @@ return CalenEditorPrivate::ActionSave; } } - if (areTextItemsCleared() && !nonTextItemsEdited()) { - // ***** edited entry + text items emptied + non-text items not edited - // Even if user may have edited non-text fields, - // delete the note - OstTraceFunctionExit0( DUP3_CALENEDITORDATAHANDLER_SHOULDSAVEORDELETEORDONOTHING_EXIT ); - return CalenEditorPrivate::ActionDelete; - } // Save the note, since the text fields contain something OstTraceFunctionExit0( DUP4_CALENEDITORDATAHANDLER_SHOULDSAVEORDELETEORDONOTHING_EXIT ); return CalenEditorPrivate::ActionSave;