diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-30 20:50:25 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-30 20:50:25 +0800 |
commit | 6d9d0b02aab0c899742a43002116bc0caf05324f (patch) | |
tree | 48bb66e730060c09d187f5d236b23a84a6103f15 /widgets/misc/ChangeLog | |
parent | 5f9a5038388148ab306c0418653c0018dfbedcd7 (diff) | |
download | gsoc2013-evolution-6d9d0b02aab0c899742a43002116bc0caf05324f.tar gsoc2013-evolution-6d9d0b02aab0c899742a43002116bc0caf05324f.tar.gz gsoc2013-evolution-6d9d0b02aab0c899742a43002116bc0caf05324f.tar.bz2 gsoc2013-evolution-6d9d0b02aab0c899742a43002116bc0caf05324f.tar.lz gsoc2013-evolution-6d9d0b02aab0c899742a43002116bc0caf05324f.tar.xz gsoc2013-evolution-6d9d0b02aab0c899742a43002116bc0caf05324f.tar.zst gsoc2013-evolution-6d9d0b02aab0c899742a43002116bc0caf05324f.zip |
try to parse just a date first, and if that works we assume it is a DATE
2001-10-30 Damon Chaplin <damon@ximian.com>
* e-cell-date-edit.c (e_cell_date_edit_set_popup_values): try to parse
just a date first, and if that works we assume it is a DATE value,
so we clear the time field in the popup.
(e_cell_date_edit_on_ok_clicked): if the time field is empty, use a
DATE value.
Also removed some debug messages.
svn path=/trunk/; revision=14455
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 0eae5bb105..46181a666b 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2001-10-30 Damon Chaplin <damon@ximian.com> + + * e-cell-date-edit.c (e_cell_date_edit_set_popup_values): try to parse + just a date first, and if that works we assume it is a DATE value, + so we clear the time field in the popup. + (e_cell_date_edit_on_ok_clicked): if the time field is empty, use a + DATE value. + Also removed some debug messages. + 2001-10-30 <NotZed@Ximian.com> * e-filter-bar.c (set_option): Set the item to the option_base on |