diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-08 04:21:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-08 04:21:38 +0800 |
commit | a29a03d6580a50975f4a926a671b953cf8005586 (patch) | |
tree | 0957814454501ea94bdebbee495f74cd868bac72 /mail/ChangeLog | |
parent | 320484b37fb316e369b66d3bf11484854d8911ca (diff) | |
download | gsoc2013-evolution-a29a03d6580a50975f4a926a671b953cf8005586.tar.gz gsoc2013-evolution-a29a03d6580a50975f4a926a671b953cf8005586.tar.zst gsoc2013-evolution-a29a03d6580a50975f4a926a671b953cf8005586.zip |
For string columns, never return NULL - always return "" if the value is
2003-04-07 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (ml_tree_value_at): For string columns, never
return NULL - always return "" if the value is empty. Fixes bug
#40728.
svn path=/trunk/; revision=20730
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7ef81f7b34..b5ae5e318d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2003-04-07 Jeffrey Stedfast <fejj@ximian.com> + * message-list.c (ml_tree_value_at): For string columns, never + return NULL - always return "" if the value is empty. Fixes bug + #40728. + * mail-composer-prefs.c (sig_add_script_cb): Set the "script" data on the GtkEntry to NULL. (sig_add_script_response): If the "script" data on the GtkEntry |