diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-09 09:07:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-09 09:07:36 +0800 |
commit | b2c4de41b127c433577cc886b54ad0caa9a9787d (patch) | |
tree | 233d0bcaad2b9704fbc4e921f8b17e4cf3f30e02 | |
parent | a5bcf4fb3d8fbac4ee401d3c215b8d9e4ece2460 (diff) | |
download | gsoc2013-evolution-b2c4de41b127c433577cc886b54ad0caa9a9787d.tar gsoc2013-evolution-b2c4de41b127c433577cc886b54ad0caa9a9787d.tar.gz gsoc2013-evolution-b2c4de41b127c433577cc886b54ad0caa9a9787d.tar.bz2 gsoc2013-evolution-b2c4de41b127c433577cc886b54ad0caa9a9787d.tar.lz gsoc2013-evolution-b2c4de41b127c433577cc886b54ad0caa9a9787d.tar.xz gsoc2013-evolution-b2c4de41b127c433577cc886b54ad0caa9a9787d.tar.zst gsoc2013-evolution-b2c4de41b127c433577cc886b54ad0caa9a9787d.zip |
oops, I forgot to update the ChangeLog to be accurate for my last commit
svn path=/trunk/; revision=16393
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 26c20a77f8..345b475161 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,10 +1,9 @@ 2002-04-08 Jeffrey Stedfast <fejj@ximian.com> - * mail-signature-editor.c (menu_file_save_cb): Since bonobo - doesn't seem to O_TRUNC the file stream before writing to it, + * mail-signature-editor.c (menu_file_save_cb): Simplify a bit and write to a temp file first and then rename() it to the real - filename. This also protects against losing data if the drive is - full too. Also use a real mode, not 0, so that we can actually + filename. This protects against losing data if the drive is full + too. Also use a real mode, not 0, so that we can actually save/read the content ;-) * GNOME_Evolution_Mail.oaf.in: Re-added the config wizard |