diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-04 02:54:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-04 02:54:16 +0800 |
commit | e908d772d3a03e60b61e6e031bbcf954d75083de (patch) | |
tree | 3c75c2766420ea4e2ff57fd45fc20c7f94c752da /mail/ChangeLog | |
parent | 93f4a723188932e8e9feb9eb87c9b26a69217f23 (diff) | |
download | gsoc2013-evolution-e908d772d3a03e60b61e6e031bbcf954d75083de.tar gsoc2013-evolution-e908d772d3a03e60b61e6e031bbcf954d75083de.tar.gz gsoc2013-evolution-e908d772d3a03e60b61e6e031bbcf954d75083de.tar.bz2 gsoc2013-evolution-e908d772d3a03e60b61e6e031bbcf954d75083de.tar.lz gsoc2013-evolution-e908d772d3a03e60b61e6e031bbcf954d75083de.tar.xz gsoc2013-evolution-e908d772d3a03e60b61e6e031bbcf954d75083de.tar.zst gsoc2013-evolution-e908d772d3a03e60b61e6e031bbcf954d75083de.zip |
Use 'filename' when creating the uri rather than using the uninitialised
2003-03-03 Jeffrey Stedfast <fejj@ximian.com>
* mail-signature-editor.c (menu_file_save_cb): Use 'filename' when
creating the uri rather than using the uninitialised 'uri'
variable to create itself. Fixes bug #38864.
svn path=/trunk/; revision=20125
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e4484f7d80..66ff5818fa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2003-03-03 Jeffrey Stedfast <fejj@ximian.com> + + * mail-signature-editor.c (menu_file_save_cb): Use 'filename' when + creating the uri rather than using the uninitialised 'uri' + variable to create itself. Fixes bug #38864. + 2003-03-03 Not Zed <NotZed@Ximian.com> * mail-session.c (do_user_message): Do the same as below for |