diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-26 04:15:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-26 04:15:40 +0800 |
commit | 432f75ead1bed9874c45d624201636cfd1775ed9 (patch) | |
tree | 3366694817e36667610b1759c526dadf07df699c /composer/ChangeLog | |
parent | d7479876f5ee2c682b4af7c71dc7b6901f87df26 (diff) | |
download | gsoc2013-evolution-432f75ead1bed9874c45d624201636cfd1775ed9.tar.gz gsoc2013-evolution-432f75ead1bed9874c45d624201636cfd1775ed9.tar.zst gsoc2013-evolution-432f75ead1bed9874c45d624201636cfd1775ed9.zip |
(size_to_string): Return NULL
instead of the empty string if the size is less than one K.
(update): Only put the size if size_to_string() doesn't return
NULL. [#32751]
svn path=/trunk/; revision=18439
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index a7a6e003a2..2caf594e13 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2002-10-25 Ettore Perazzoli <ettore@ximian.com> + + * e-msg-composer-attachment-bar.c (size_to_string): Return NULL + instead of the empty string if the size is less than one K. + (update): Only put the size if size_to_string() doesn't return + NULL. [#32751] + 2002-10-18 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-hdrs.c (create_from_optionmenu): Only add the |