diff src/sound.c @ 3367:3b00d97d59aa

[gaim-migrate @ 3386] There'll be more tommorow! Thanks for coming to the party. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:52:48 +0000
parents 03daf01a8000
children 9682c0e022c6
line wrap: on
line diff
--- a/src/sound.c	Fri Aug 02 04:49:23 2002 +0000
+++ b/src/sound.c	Fri Aug 02 04:52:48 2002 +0000
@@ -73,6 +73,12 @@
 	{NULL, 0, RedAlert, sizeof(RedAlert)},
 	{N_("Someone says your name in chat"), OPT_SOUND_CHAT_NICK, Receive, sizeof(Receive)}
 };
+int sound_order[] = {
+	SND_BUDDY_ARRIVE, SND_BUDDY_LEAVE,
+	SND_FIRST_RECEIVE, SND_RECEIVE, SND_SEND,
+	SND_CHAT_JOIN, SND_CHAT_LEAVE,
+	SND_CHAT_YOU_SAY, SND_CHAT_SAY, SND_CHAT_NICK, 0
+};
 
 static int check_dev(char *dev)
 {