diff options
author | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-04-24 06:38:02 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-04-24 06:38:02 +0800 |
commit | 7b52d68f56133b6bdf34b0a8923cb57f8f410ef7 (patch) | |
tree | e3d35ae8e963a10ba296957109886d7cd51c14e2 /calendar/gui | |
parent | 00566a768f8a6204651ddaf8add226aa315807e8 (diff) | |
download | gsoc2013-evolution-7b52d68f56133b6bdf34b0a8923cb57f8f410ef7.tar.gz gsoc2013-evolution-7b52d68f56133b6bdf34b0a8923cb57f8f410ef7.tar.zst gsoc2013-evolution-7b52d68f56133b6bdf34b0a8923cb57f8f410ef7.zip |
Fixed typo
svn path=/trunk/; revision=20948
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |