From 5ebef95975b4e0021887d41463a07ac0438eb7dc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 Oct 2006 14:50:33 +0000 Subject: List the function mail_win32_get_mail_thread_queued() instead of the 2006-10-16 Tor Lillqvist * win32/libevolution-mail.def: List the function mail_win32_get_mail_thread_queued() instead of the variable mail_thread_queued. (#348212) * mail-mt.h: On Win32 we don't want to use the mail_thread_queued variable outside the libevolution-mail DLL, but instead access its value through a getter function. * mail-mt.c: Make mail_thread_queued static on Win32. (mail_win32_get_mail_thread_queued): New function that returns the value of mail_thread_queued. svn path=/trunk/; revision=32898 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 9512726bbb..3c7466a81f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2006-10-16 Tor Lillqvist + + Fix for #348212: + + * mail-mt.h: On Win32 we don't want to use the mail_thread_queued + variable outside the libevolution-mail DLL, but instead access its + value through a getter function. + + * mail-mt.c: Make mail_thread_queued static on Win32. + (mail_win32_get_mail_thread_queued): New function that returns the + value of mail_thread_queued. + 2006-10-16 Chris Heath * mail-component.c (create_local_item_cb): Fix memory leak. -- cgit v1.2.3