diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-06-02 14:35:20 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-06-02 14:35:20 +0800 |
commit | 5c8c96c90da5c1acc1aee3cbe4a99598657c4ac1 (patch) | |
tree | 0872df3fa096dc7942908ef0f7534e10fbf426ce /calendar/ChangeLog | |
parent | 7a5b5c31e4312fbf307c39b25d79a2610c5559ae (diff) | |
download | gsoc2013-evolution-5c8c96c90da5c1acc1aee3cbe4a99598657c4ac1.tar.gz gsoc2013-evolution-5c8c96c90da5c1acc1aee3cbe4a99598657c4ac1.tar.zst gsoc2013-evolution-5c8c96c90da5c1acc1aee3cbe4a99598657c4ac1.zip |
Implemented. (toolbar): Added an icon for the Save and Close command.
2000-06-02 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (tb_save_and_close_cb): Implemented.
(toolbar): Added an icon for the Save and Close command.
(save_ical_object): Recompute the title of the window here. Maybe
it would be better to do it when we actually get the
"object_changed" signal from the CalClient.
(file_close_cb): Implemented.
svn path=/trunk/; revision=3382
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 ad093e5476..f7a0268510 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2000-06-02 Federico Mena Quintero <federico@helixcode.com> + * gui/event-editor.c (tb_save_and_close_cb): Implemented. + (toolbar): Added an icon for the Save and Close command. + (save_ical_object): Recompute the title of the window here. Maybe + it would be better to do it when we actually get the + "object_changed" signal from the CalClient. + (file_close_cb): Implemented. + +2000-06-02 Federico Mena Quintero <federico@helixcode.com> + * gui/gnome-cal.c (save_ical_object_cb): Implemented. (gnome_calendar_add_object): Removed function, since it was identical to gnome_calendar_update_object(). Modified the rest |