aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-10-07 00:56:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-10-07 00:56:52 +0800
commitdbe2c18c4c4ed35437d7e779e02448778537585a (patch)
tree4ce174f08dabfd95e007d436936192dbc72e085c /composer/ChangeLog
parent1441c34f007cc19dc5d33c0f16eca59535c2aa77 (diff)
downloadgsoc2013-evolution-dbe2c18c4c4ed35437d7e779e02448778537585a.tar
gsoc2013-evolution-dbe2c18c4c4ed35437d7e779e02448778537585a.tar.gz
gsoc2013-evolution-dbe2c18c4c4ed35437d7e779e02448778537585a.tar.bz2
gsoc2013-evolution-dbe2c18c4c4ed35437d7e779e02448778537585a.tar.lz
gsoc2013-evolution-dbe2c18c4c4ed35437d7e779e02448778537585a.tar.xz
gsoc2013-evolution-dbe2c18c4c4ed35437d7e779e02448778537585a.tar.zst
gsoc2013-evolution-dbe2c18c4c4ed35437d7e779e02448778537585a.zip
Don't blindly claim that the file exists and then ask the user if he/she
2003-09-26 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (save): Don't blindly claim that the file exists and then ask the user if he/she would like to overwrite it. First check that the file even exists, if not - then we've got a different error. Fixes bug #48759. * e-msg-composer-select-file.c (e_msg_composer_select_file): Use the proper selector title, otherwise it says "Attach files" when we are trying to save a message. svn path=/trunk/; revision=22798
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 890149a843..b698c2cf57 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-26 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer.c (save): Don't blindly claim that the file
+ exists and then ask the user if he/she would like to overwrite
+ it. First check that the file even exists, if not - then we've got
+ a different error. Fixes bug #48759.
+
+ * e-msg-composer-select-file.c (e_msg_composer_select_file): Use
+ the proper selector title, otherwise it says "Attach files" when
+ we are trying to save a message.
+
2003-09-24 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (get_default_charset): Same as