diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-12 08:56:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-12 08:56:51 +0800 |
commit | 49546f4de20b49563afddc6b344ba55c26aa1eaa (patch) | |
tree | c33623009bcaba062a7ab0036f7ef6e2e1932b39 /composer/ChangeLog | |
parent | d91cf0898122e1bac8742665b439fd98ceaa015f (diff) | |
download | gsoc2013-evolution-49546f4de20b49563afddc6b344ba55c26aa1eaa.tar.gz gsoc2013-evolution-49546f4de20b49563afddc6b344ba55c26aa1eaa.tar.zst gsoc2013-evolution-49546f4de20b49563afddc6b344ba55c26aa1eaa.zip |
If multiple-selection is enabled but nothing is slected, fall back to
2001-12-11 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-select-file.c (confirm): If multiple-selection is
enabled but nothing is slected, fall back to using the filename in
the entry box as the "selected" file.
(create_file_selection): If the composer gets hidden (ie it's
being "sent") then cancel the file selection dialog.
svn path=/trunk/; revision=14999
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index e33769832c..577eb84dc6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -3,6 +3,8 @@ * e-msg-composer-select-file.c (confirm): If multiple-selection is enabled but nothing is slected, fall back to using the filename in the entry box as the "selected" file. + (create_file_selection): If the composer gets hidden (ie it's + being "sent") then cancel the file selection dialog. 2001-12-11 Jeffrey Stedfast <fejj@ximian.com> |