aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-22 05:54:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-22 05:54:58 +0800
commit2b98861f868e89c7777ff31b131d6a0c2fb8cf71 (patch)
tree28afe593cf5c5f8a05a3f2c5aaa076538a5ffd99 /mail/ChangeLog
parent47ac3261fff7588ea4cda15cdfdf24366a4f5bf8 (diff)
downloadgsoc2013-evolution-2b98861f868e89c7777ff31b131d6a0c2fb8cf71.tar
gsoc2013-evolution-2b98861f868e89c7777ff31b131d6a0c2fb8cf71.tar.gz
gsoc2013-evolution-2b98861f868e89c7777ff31b131d6a0c2fb8cf71.tar.bz2
gsoc2013-evolution-2b98861f868e89c7777ff31b131d6a0c2fb8cf71.tar.lz
gsoc2013-evolution-2b98861f868e89c7777ff31b131d6a0c2fb8cf71.tar.xz
gsoc2013-evolution-2b98861f868e89c7777ff31b131d6a0c2fb8cf71.tar.zst
gsoc2013-evolution-2b98861f868e89c7777ff31b131d6a0c2fb8cf71.zip
Only clear the text/html signature menus if they are non-NULL.
2002-05-21 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (sig_fill_options): Only clear the text/html signature menus if they are non-NULL. svn path=/trunk/; revision=16972
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ed4c07da42..5e63ab9271 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2002-05-21 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-account-gui.c (sig_fill_options): Only clear the text/html
+ signature menus if they are non-NULL.
+
* 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.