GNOME Bugzilla – Bug 466051
When I set the memo start date to none, it still keeps the date
Last modified: 2013-09-13 00:56:28 UTC
When I set the memo start date to none, it still keeps the date Distribution: Ubuntu 7.04 (feisty) Gnome Release: 2.18.1 2007-04-10 (Ubuntu) BugBuddy Version: 2.18.1
confirming.
Created attachment 94540 [details] [review] patch in evolution/calendar/gui/dialogs/memo-page.c fixed.. the 'else' condition is required in this scenario: 1) Create a memo, with some start-date, say Today 2) Save the memo 3) Re-open the same memo, set start-date to None 4) Save again.. After step 3, the existing DTSTART property in the component should be removed. This is done by calling (e_cal_component_set_dtstart) with NULL.. :)
Looks good to commit.
Committed to trunk. Committed revision 34131.