calendarui/caleneditor/src/caleneditordatahandler.cpp
changeset 70 a5ed90760192
parent 57 bb2d3e476f29
--- 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;