diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-22 05:45:58 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-22 05:45:58 +0800 |
commit | 47ac3261fff7588ea4cda15cdfdf24366a4f5bf8 (patch) | |
tree | e32c2ca8cb5548183be05ea98ef11f785510e84e /mail/ChangeLog | |
parent | bec22b99bb0c5afa61934c09b2bd633775a19c7e (diff) | |
download | gsoc2013-evolution-47ac3261fff7588ea4cda15cdfdf24366a4f5bf8.tar.gz gsoc2013-evolution-47ac3261fff7588ea4cda15cdfdf24366a4f5bf8.tar.zst gsoc2013-evolution-47ac3261fff7588ea4cda15cdfdf24366a4f5bf8.zip |
Use a new macro, STR_EQUAL, to tell if the 2 values are equal or not
2002-05-21 Jeffrey Stedfast <fejj@ximian.com>
* mail-composer-prefs.c (spell_save_values): Use a new macro,
STR_EQUAL, to tell if the 2 values are equal or not rather than
using strcmp since one or both strings could be NULL.
svn path=/trunk/; revision=16971
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1302947497..ed4c07da42 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-05-21 Jeffrey Stedfast <fejj@ximian.com> + + * mail-composer-prefs.c (spell_save_values): Use a new macro, + STR_EQUAL, to tell if the 2 values are equal or not rather than + using strcmp since one or both strings could be NULL. + 2002-05-21 Not Zed <NotZed@Ximian.com> * folder-browser.c (folder_browser_config_search): Split the |