diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-05 18:45:03 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-05 18:45:03 +0800 |
commit | 58338b08f3a880320bed171256850d326b895c23 (patch) | |
tree | 65a82b122919d410f33cab1b5e230a88c78759c4 /calendar/ChangeLog | |
parent | 319df4d63875c9e9039acd7091cf48625187ef68 (diff) | |
download | gsoc2013-evolution-58338b08f3a880320bed171256850d326b895c23.tar.gz gsoc2013-evolution-58338b08f3a880320bed171256850d326b895c23.tar.zst gsoc2013-evolution-58338b08f3a880320bed171256850d326b895c23.zip |
** Fix for bug #351932
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #351932
* widgets/misc/e-dateedit.h: (e_date_edit_have_time):
* widgets/misc/e-dateedit.c: (e_date_edit_have_time): Extend API to be able
to check if time is set independently of date part.
* calendar/gui/dialogs/task-page.c: (check_start_before_end), (times_updated),
(start_date_changed_cb), (due_date_changed_cb), (init_widgets):
Ensure due date is not before start date.
svn path=/trunk/; revision=34500
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 75cd7a898a..4fe959dfae 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2007-11-05 Milan Crha <mcrha@redhat.com> + ** Fix for bug #351932 + + * gui/dialogs/task-page.c: (check_start_before_end), (times_updated), + (start_date_changed_cb), (due_date_changed_cb), (init_widgets): + Ensure due date is not before start date. + +2007-11-05 Milan Crha <mcrha@redhat.com> + ** Fix for bug #315101 * drag and drop to other source for multiselect |