diff -r a5a1242fd2e8 -r b0711afde476 calendarui/caleneditor/src/caleneditordatahandler.cpp --- a/calendarui/caleneditor/src/caleneditordatahandler.cpp Thu Sep 02 20:25:23 2010 +0300 +++ b/calendarui/caleneditor/src/caleneditordatahandler.cpp Fri Sep 17 08:29:05 2010 +0300 @@ -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;