diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-03-22 21:27:57 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-22 21:27:57 +0800 |
commit | a169cf92bd708f83c1b86c2c843add6b452a7271 (patch) | |
tree | 9a834cc6e06c984e85e2819a6002a45e8ead2932 /calendar/ChangeLog | |
parent | 2ff99f157442dd085a20af7fa70c85f7c591ef55 (diff) | |
download | gsoc2013-evolution-a169cf92bd708f83c1b86c2c843add6b452a7271.tar gsoc2013-evolution-a169cf92bd708f83c1b86c2c843add6b452a7271.tar.gz gsoc2013-evolution-a169cf92bd708f83c1b86c2c843add6b452a7271.tar.bz2 gsoc2013-evolution-a169cf92bd708f83c1b86c2c843add6b452a7271.tar.lz gsoc2013-evolution-a169cf92bd708f83c1b86c2c843add6b452a7271.tar.xz gsoc2013-evolution-a169cf92bd708f83c1b86c2c843add6b452a7271.tar.zst gsoc2013-evolution-a169cf92bd708f83c1b86c2c843add6b452a7271.zip |
get the UID from the server on newly created events and set the
2004-03-22 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-calendar-view.c (e_calendar_view_add_event): get the UID
from the server on newly created events and set the ECalComponent's
UID to that, for further operations.
svn path=/trunk/; revision=25144
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 712d5f0e09..8617b81af6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-03-22 Rodrigo Moya <rodrigo@ximian.com> + + * gui/e-calendar-view.c (e_calendar_view_add_event): get the UID + from the server on newly created events and set the ECalComponent's + UID to that, for further operations. + +2004-03-20 Rodrigo Moya <rodrigo@ximian.com> + + * gui/e-calendar-view.c: added 'Copy/Move to Calendar' menu entries. + (on_copy_to, on_move_to): callbacks for new menu items. + (on_print_event): don't leak selection list. + 2004-03-19 JP Rosevear <jpr@ximian.com> Fixes #55716 |