diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-24 19:41:52 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-24 19:41:52 +0800 |
commit | a25373060b564e28d09c14248126b0b60f679c26 (patch) | |
tree | d2dd05bc269515486af02fdc70e5d93e74108f7b /calendar/ChangeLog | |
parent | 25c1366e4ac195f56bc43c5db31b075e6d088533 (diff) | |
download | gsoc2013-evolution-a25373060b564e28d09c14248126b0b60f679c26.tar gsoc2013-evolution-a25373060b564e28d09c14248126b0b60f679c26.tar.gz gsoc2013-evolution-a25373060b564e28d09c14248126b0b60f679c26.tar.bz2 gsoc2013-evolution-a25373060b564e28d09c14248126b0b60f679c26.tar.lz gsoc2013-evolution-a25373060b564e28d09c14248126b0b60f679c26.tar.xz gsoc2013-evolution-a25373060b564e28d09c14248126b0b60f679c26.tar.zst gsoc2013-evolution-a25373060b564e28d09c14248126b0b60f679c26.zip |
use the correct icalcomponent when calling e_cal_create_object.
2003-11-24 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/copy-source-dialog.c (copy_source): use the correct
icalcomponent when calling e_cal_create_object.
svn path=/trunk/; revision=23482
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8fb7ad333c..2ba98c0ab9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,8 @@ 2003-11-24 Rodrigo Moya <rodrigo@ximian.com> + * gui/dialogs/copy-source-dialog.c (copy_source): use the correct + icalcomponent when calling e_cal_create_object. + * gui/tasks-control.c (sensitize_commands): no need to have a selection for Paste to work. |