calendarui/caleneditor/src/caleneditordatahandler.cpp
changeset 77 b0711afde476
parent 58 ef813d54df51
--- 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;