aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-25 03:38:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-25 03:38:57 +0800
commitf154a49a01a23a189d6eef3a3668ce01395c9e08 (patch)
tree818b4cc283620bd204ae61a192b8d819ab055bfe /mail/ChangeLog
parent9e43f181475e9783cf0c25732ef04ac60c3a2a40 (diff)
downloadgsoc2013-evolution-f154a49a01a23a189d6eef3a3668ce01395c9e08.tar
gsoc2013-evolution-f154a49a01a23a189d6eef3a3668ce01395c9e08.tar.gz
gsoc2013-evolution-f154a49a01a23a189d6eef3a3668ce01395c9e08.tar.bz2
gsoc2013-evolution-f154a49a01a23a189d6eef3a3668ce01395c9e08.tar.lz
gsoc2013-evolution-f154a49a01a23a189d6eef3a3668ce01395c9e08.tar.xz
gsoc2013-evolution-f154a49a01a23a189d6eef3a3668ce01395c9e08.tar.zst
gsoc2013-evolution-f154a49a01a23a189d6eef3a3668ce01395c9e08.zip
Make sure m->config_service is non-NULL before using
2003-02-24 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (request_password): Make sure m->config_service is non-NULL before using m->config_service->save_passwd since PGP stuff will not have a config_service. Fixes bug #38149. * mail-account-gui.c (mail_account_gui_save): s/e_account_list_changed/e_account_list_change - otherwise we get an undefined symbol and we crash :-) svn path=/trunk/; revision=20043
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 73451207f3..ba49d37224 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,13 @@
2003-02-24 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-session.c (request_password): Make sure m->config_service
+ is non-NULL before using m->config_service->save_passwd since PGP
+ stuff will not have a config_service. Fixes bug #38149.
+
+ * mail-account-gui.c (mail_account_gui_save):
+ s/e_account_list_changed/e_account_list_change - otherwise we get
+ an undefined symbol and we crash :-)
+
* mail-composer-prefs.c (mail_composer_prefs_new_signature): Don't
always append "[script]" to the signature name. Also cleaned up
some memory leakage.