diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-05-30 11:01:47 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-05-30 11:01:47 +0800 |
commit | 4a67f45b4a68a3748f7be9811bf78897806f37ca (patch) | |
tree | bd2247ea2579eb3890ba4dd9a70209bb376dfb0e /mail/ChangeLog | |
parent | 0fe03707c1dc0fc9ca944688ca0ded20f4f092d2 (diff) | |
download | gsoc2013-evolution-4a67f45b4a68a3748f7be9811bf78897806f37ca.tar.gz gsoc2013-evolution-4a67f45b4a68a3748f7be9811bf78897806f37ca.tar.zst gsoc2013-evolution-4a67f45b4a68a3748f7be9811bf78897806f37ca.zip |
Fixes bug #43805.
2003-05-29 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #43805.
* mail-session.c (session_system_beep): Proxy the gdk_beep() call
to the main thread.
(session_play_sound): Proxy the gnome_sound_play() call to the
main thread.
svn path=/trunk/; revision=21348
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1f9bd7ce77..bf7324a27d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2003-05-29 Jeffrey Stedfast <fejj@ximian.com> + + Fixes bug #43805. + + * mail-session.c (session_system_beep): Proxy the gdk_beep() call + to the main thread. + (session_play_sound): Proxy the gnome_sound_play() call to the + main thread. + 2003-05-27 Not Zed <NotZed@Ximian.com> * message-tag-editor.c (message_tag_editor_init): set the default |