diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-27 08:19:53 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-27 08:19:53 +0800 |
commit | 92e99db3801a472ecab7924ddaad4792fe29e36b (patch) | |
tree | 3dda9b0b088b0960df5cf0013035a244aa5a452d /calendar/ChangeLog | |
parent | fa9ea7766217e4a35ce489b9a780a0f145a40b42 (diff) | |
download | gsoc2013-evolution-92e99db3801a472ecab7924ddaad4792fe29e36b.tar.gz gsoc2013-evolution-92e99db3801a472ecab7924ddaad4792fe29e36b.tar.zst gsoc2013-evolution-92e99db3801a472ecab7924ddaad4792fe29e36b.zip |
Fixes #53276
2004-01-27 Rodrigo Moya <rodrigo@ximian.com>
Fixes #53276
* gui/dialogs/copy-source-dialog.c (show_error): new function to
create an error message dialog.
(copy_source): check if the destination calendar is read only, and
if so, don't try to copy components over. Fixed leaks. Call show_error
to display meaningful error messages.
svn path=/trunk/; revision=24456
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3fbd851847..73fc01bcf8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2004-01-27 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #53276 + + * gui/dialogs/copy-source-dialog.c (show_error): new function to + create an error message dialog. + (copy_source): check if the destination calendar is read only, and + if so, don't try to copy components over. Fixed leaks. Call show_error + to display meaningful error messages. + 2004-01-26 JP Rosevear <jpr@ximian.com> * gui/migration.c (migrate_ical_folder): add the source to the |