diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-05 02:10:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-05 02:10:44 +0800 |
commit | a57815af6b1c0c3d0548fa1492f3c061018457fe (patch) | |
tree | 1cdd328e25af658f01256bf739ec86c171501794 /composer/ChangeLog | |
parent | ee7399c9de5be4e925500daddd85318820327e00 (diff) | |
download | gsoc2013-evolution-a57815af6b1c0c3d0548fa1492f3c061018457fe.tar gsoc2013-evolution-a57815af6b1c0c3d0548fa1492f3c061018457fe.tar.gz gsoc2013-evolution-a57815af6b1c0c3d0548fa1492f3c061018457fe.tar.bz2 gsoc2013-evolution-a57815af6b1c0c3d0548fa1492f3c061018457fe.tar.lz gsoc2013-evolution-a57815af6b1c0c3d0548fa1492f3c061018457fe.tar.xz gsoc2013-evolution-a57815af6b1c0c3d0548fa1492f3c061018457fe.tar.zst gsoc2013-evolution-a57815af6b1c0c3d0548fa1492f3c061018457fe.zip |
Don't create a new file if the file doesn't exist.
2002-10-02 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (get_file_content): Don't create a new file if
the file doesn't exist.
svn path=/trunk/; revision=18325
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 1c3a45c988..aae514d59c 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2002-10-02 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (get_file_content): Don't create a new file if + the file doesn't exist. + 2002-10-01 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (build_message): If the user hits cancel when @@ -12,7 +17,8 @@ 2002-09-30 Aaron Weber <aaron@ximian.com> - * evolution-composer.c (evolution_composer_factory_init): adjust string on line 391 + * evolution-composer.c (evolution_composer_factory_init): adjust + string on line 391 * e-msg-composer.c (create_composer): adjust string on 2872 |