From 7b52d68f56133b6bdf34b0a8923cb57f8f410ef7 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 23 Apr 2003 22:38:02 +0000 Subject: Fixed typo svn path=/trunk/; revision=20948 --- calendar/gui/alarm-notify/alarm-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index d1bc64b5d0..bf59a4312b 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -826,7 +826,7 @@ audio_notification (time_t trigger, CompQueuedAlarms *cqa, url = icalattach_get_url (attach); - if (url && *url && g_file_test (url, G_FILE_TEXT_EXISTS)) + if (url && *url && g_file_test (url, G_FILE_TEST_EXISTS)) gnome_sound_play (url); /* this sucks */ else gdk_beep (); -- cgit v1.2.3