diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-10-31 00:02:52 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-10-31 00:02:52 +0800 |
commit | 8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22 (patch) | |
tree | 8fefc19030a9cea97ad66a186178825dbde81f20 /calendar/ChangeLog | |
parent | bf081d102ca3d9b154f5af26437e11e7e1badcf1 (diff) | |
download | gsoc2013-evolution-8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22.tar gsoc2013-evolution-8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22.tar.gz gsoc2013-evolution-8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22.tar.bz2 gsoc2013-evolution-8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22.tar.lz gsoc2013-evolution-8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22.tar.xz gsoc2013-evolution-8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22.tar.zst gsoc2013-evolution-8c5b8895b6a6482849a0f5cd3e0c78026f0e6f22.zip |
Do not take in an extra data pointer. (summary_changed_cb): Use a single
2000-10-30 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (sync_entries): Do not take in an extra data
pointer.
(summary_changed_cb): Use a single call back to sync both entries.
(sync_date_edits): New function to sync two EDateEdit widgets.
(init_widgets): Connect the general and recurrence starting date
widgets.
svn path=/trunk/; revision=6268
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 288e16435c..187e16f4a5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2000-10-30 Federico Mena Quintero <federico@helixcode.com> + + * gui/event-editor.c (sync_entries): Do not take in an extra data + pointer. + (summary_changed_cb): Use a single call back to sync both entries. + (sync_date_edits): New function to sync two EDateEdit widgets. + (init_widgets): Connect the general and recurrence starting date + widgets. + 2000-10-27 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor.c (sync_entries): New function. |