diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-08-16 11:47:55 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-08-16 11:47:55 +0800 |
commit | eb491088f8aabcc369f09fd95c46a5794c575d6f (patch) | |
tree | 88e9981291487703a9915644d07dcb7bfba95669 /widgets/misc/ChangeLog | |
parent | e77ae6c0f59b94265a3487eacea32abb1c312ab0 (diff) | |
download | gsoc2013-evolution-eb491088f8aabcc369f09fd95c46a5794c575d6f.tar gsoc2013-evolution-eb491088f8aabcc369f09fd95c46a5794c575d6f.tar.gz gsoc2013-evolution-eb491088f8aabcc369f09fd95c46a5794c575d6f.tar.bz2 gsoc2013-evolution-eb491088f8aabcc369f09fd95c46a5794c575d6f.tar.lz gsoc2013-evolution-eb491088f8aabcc369f09fd95c46a5794c575d6f.tar.xz gsoc2013-evolution-eb491088f8aabcc369f09fd95c46a5794c575d6f.tar.zst gsoc2013-evolution-eb491088f8aabcc369f09fd95c46a5794c575d6f.zip |
Fix for bug #312545
2005-08-16 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-format-html-display.c:
* widgets/misc/e-attachment*.c: Fix for bug #312545
svn path=/trunk/; revision=30126
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 44c79382d2..b98d79c8e3 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,11 @@ +2005-08-16 Srinivasa Ragavan <sragavan@novell.com> + + * e-attachment.c (finalise) (e_attachment_new) (e_attachment_build_remote_file) + (e_attachment_new_from_mime_part) (ok_cb): Maintain the filename of the + attachment in the structure and free it in finalize. + * e-attachment-bar.c (update): For display consider the filename from the + structure before from the part. + 2005-08-03 Not Zed <NotZed@Ximian.com> * e-filter-bar.c (build_items): revert dobey's last patch here, it |