diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-23 17:22:45 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-23 17:22:45 +0800 |
commit | 1414e25bb3ec7b81a82189a2cb233b4cb23db2dc (patch) | |
tree | cf3bbc62d491451073e68acbcbc548c33ee37e98 /mail/ChangeLog | |
parent | 1c88010c53f9a9b7466745041bf55d646bc2aa0a (diff) | |
download | gsoc2013-evolution-1414e25bb3ec7b81a82189a2cb233b4cb23db2dc.tar gsoc2013-evolution-1414e25bb3ec7b81a82189a2cb233b4cb23db2dc.tar.gz gsoc2013-evolution-1414e25bb3ec7b81a82189a2cb233b4cb23db2dc.tar.bz2 gsoc2013-evolution-1414e25bb3ec7b81a82189a2cb233b4cb23db2dc.tar.lz gsoc2013-evolution-1414e25bb3ec7b81a82189a2cb233b4cb23db2dc.tar.xz gsoc2013-evolution-1414e25bb3ec7b81a82189a2cb233b4cb23db2dc.tar.zst gsoc2013-evolution-1414e25bb3ec7b81a82189a2cb233b4cb23db2dc.zip |
** Fix for bug #494425
2007-11-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #494425
* em-utils.c: (get_unique_file_names):
New helper function to "assign" unique file name to each part.
* em-utils.c: (em_utils_save_parts): Use new helper function.
svn path=/trunk/; revision=34568
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d8ea57ffed..9d93afd5a7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2007-11-23 Milan Crha <mcrha@redhat.com> + ** Fix for bug #494425 + + * em-utils.c: (get_unique_file_names): + New helper function to "assign" unique file name to each part. + * em-utils.c: (em_utils_save_parts): Use new helper function. + +2007-11-23 Milan Crha <mcrha@redhat.com> + ** Fix for bug #335931 * message-list.c: (struct _regen_list_msg): New member last_row. |