diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-26 20:50:13 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-26 20:50:13 +0800 |
commit | c54e15f7cfe18f697baa11a8a44b458cb7694c28 (patch) | |
tree | 3576848263913ffd74186bd30bec4e4fbead4b70 /widgets/misc/ChangeLog | |
parent | ec587dd42837f286065ecd3f722b6dfc670f4d21 (diff) | |
download | gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar.gz gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.tar.zst gsoc2013-evolution-c54e15f7cfe18f697baa11a8a44b458cb7694c28.zip |
2007-09-26 mcrha Fix for bug #423401
svn path=/trunk/; revision=34310
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 305c682578..4bc064f4f8 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,5 +1,15 @@ 2007-09-26 Milan Crha <mcrha@redhat.com> + ** Fix for bug #423401 + + * e-attachment.h: (e_attachment_new_remote_file): + * e-attachment.c: (struct DownloadInfo), (async_progress_update_cb), + (e_attachment_new_remote_file): + * e-attachment-bar.c: (e_attachment_bar_attach_remote_file): + Better error handling when attaching remote file. + +2007-09-26 Milan Crha <mcrha@redhat.com> + ** Fix for bug #351333 * e-search-bar.c: (paint_search_text), (option_activated_cb): |