From d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 23 Apr 2003 21:46:56 +0000 Subject: Fixes #41671 2003-04-23 Rodrigo Moya Fixes #41671 * gui/alarm-notify/notify-main.c (main): added calls to gnome_sound_init and gnome_sound_shutdown. * gui/alarm-notify/alarm-queue.c (audio_notification): check that the sound file exists, and gdk_beep if not. svn path=/trunk/; revision=20946 --- calendar/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8b72e13da6..83e82aabfc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2003-04-23 Rodrigo Moya + + Fixes #41671 + + * gui/alarm-notify/notify-main.c (main): added calls to gnome_sound_init + and gnome_sound_shutdown. + + * gui/alarm-notify/alarm-queue.c (audio_notification): check that the + sound file exists, and gdk_beep if not. + 2003-04-22 Rodrigo Moya Fixes part of #41148, #41216 and #41235 -- cgit