After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 466051 - When I set the memo start date to none, it still keeps the date
When I set the memo start date to none, it still keeps the date
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Memos
2.12.x
Other All
: Normal normal
: ---
Assigned To: Suman Manjunath
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-08-12 20:06 UTC by yachp
Modified: 2013-09-13 00:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
patch in evolution/calendar/gui/dialogs/memo-page.c (1.37 KB, patch)
2007-08-29 09:13 UTC, Suman Manjunath
committed Details | Review

Description yachp 2007-08-12 20:06:31 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
Comment 1 André Klapper 2007-08-14 20:16:22 UTC
confirming.
Comment 2 Suman Manjunath 2007-08-29 09:13:39 UTC
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.. :)
Comment 3 Milan Crha 2007-08-29 10:03:21 UTC
Looks good to commit.
Comment 4 Milan Crha 2007-08-29 12:04:52 UTC
Committed to trunk. Committed revision 34131.