aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2002-01-30 03:37:29 +0800
committerRadek Doulik <rodo@src.gnome.org>2002-01-30 03:37:29 +0800
commit2488e2dfc18e22e5839fcd234d9b2b625f4cedfd (patch)
tree7ba10fd580734e3d48fb28413e3e147df54a4f4e /mail/ChangeLog
parentac9c64ee1a3da02cf815b2f2d1157cbd79d152d9 (diff)
downloadgsoc2013-evolution-2488e2dfc18e22e5839fcd234d9b2b625f4cedfd.tar
gsoc2013-evolution-2488e2dfc18e22e5839fcd234d9b2b625f4cedfd.tar.gz
gsoc2013-evolution-2488e2dfc18e22e5839fcd234d9b2b625f4cedfd.tar.bz2
gsoc2013-evolution-2488e2dfc18e22e5839fcd234d9b2b625f4cedfd.tar.lz
gsoc2013-evolution-2488e2dfc18e22e5839fcd234d9b2b625f4cedfd.tar.xz
gsoc2013-evolution-2488e2dfc18e22e5839fcd234d9b2b625f4cedfd.tar.zst
gsoc2013-evolution-2488e2dfc18e22e5839fcd234d9b2b625f4cedfd.zip
(do_mail_print): get rid of static global variables, as they are
not thread safe (thanks to clahey for pointing this out) svn path=/trunk/; revision=15508
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c90460999b..8bf03326c8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -3,6 +3,8 @@
* mail-callbacks.c (do_mail_print): initialize line to 0 to make
everybody happy ;-)
ops, set local_font to NULL
+ (do_mail_print): get rid of static global variables, as they are
+ not thread safe (thanks to clahey for pointing this out)
2002-01-28 Jeffrey Stedfast <fejj@ximian.com>