aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-24 05:46:56 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-24 05:46:56 +0800
commitd6d875d02faf911e1b4ddb1cfe9b1eb44b009b95 (patch)
treebe026289d1790ab433f21e186e70623fdc595342 /calendar/ChangeLog
parentf3c50eda59d942218062edd901e9b5ba601a526a (diff)
downloadgsoc2013-evolution-d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95.tar
gsoc2013-evolution-d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95.tar.gz
gsoc2013-evolution-d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95.tar.bz2
gsoc2013-evolution-d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95.tar.lz
gsoc2013-evolution-d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95.tar.xz
gsoc2013-evolution-d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95.tar.zst
gsoc2013-evolution-d6d875d02faf911e1b4ddb1cfe9b1eb44b009b95.zip
Fixes #41671
2003-04-23 Rodrigo Moya <rodrigo@ximian.com> 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <rodrigo@ximian.com>
+
+ 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 <rodrigo@ximian.com>
Fixes part of #41148, #41216 and #41235