diff options
author | JP Rosevear <jpr@ximian.com> | 2001-11-06 08:05:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-11-06 08:05:54 +0800 |
commit | 9ab4c3e6cdd2e87612543698e56f5b00d77a415c (patch) | |
tree | c8259248acf9618676c7d6541c3fc784db18aef7 /widgets/misc/ChangeLog | |
parent | 748fba56030267900cef03332ad4a57b3db2085c (diff) | |
download | gsoc2013-evolution-9ab4c3e6cdd2e87612543698e56f5b00d77a415c.tar gsoc2013-evolution-9ab4c3e6cdd2e87612543698e56f5b00d77a415c.tar.gz gsoc2013-evolution-9ab4c3e6cdd2e87612543698e56f5b00d77a415c.tar.bz2 gsoc2013-evolution-9ab4c3e6cdd2e87612543698e56f5b00d77a415c.tar.lz gsoc2013-evolution-9ab4c3e6cdd2e87612543698e56f5b00d77a415c.tar.xz gsoc2013-evolution-9ab4c3e6cdd2e87612543698e56f5b00d77a415c.tar.zst gsoc2013-evolution-9ab4c3e6cdd2e87612543698e56f5b00d77a415c.zip |
set both the date and the time of day in one call, creating only a single
2001-11-05 JP Rosevear <jpr@ximian.com>
* e-dateedit.c (e_date_edit_set_date_and_time_of_day): set both
the date and the time of day in one call, creating only a single
changed signal
* e-dateedit.h: add proto
svn path=/trunk/; revision=14602
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index a9c6d0eacd..7647180d75 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,11 @@ +2001-11-05 JP Rosevear <jpr@ximian.com> + + * e-dateedit.c (e_date_edit_set_date_and_time_of_day): set both + the date and the time of day in one call, creating only a single + changed signal + + * e-dateedit.h: add proto + 2001-11-05 Christopher James Lahey <clahey@ximian.com> Based on a patch by Damon Chaplin <damon@ximian.com> |