diff plugins/mailchk.c @ 3060:4f2f12bf4408

[gaim-migrate @ 3074] Code cleanups by Robert McQueen. Michael Golden replaced the multiple per-account signon windows with a single signon window showing the status of all your accounts committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 16 Mar 2002 00:32:53 +0000
parents 61b139b6d6d3
children cd938f18f3f8
line wrap: on
line diff
--- a/plugins/mailchk.c	Fri Mar 15 20:09:14 2002 +0000
+++ b/plugins/mailchk.c	Sat Mar 16 00:32:53 2002 +0000
@@ -69,7 +69,7 @@
 	}
 
 	if (count & NEW_MAIL)
-		play_sound(POUNCE_DEFAULT);
+		play_sound(SND_POUNCE_DEFAULT);
 
 	if (count & UNREAD_MAIL)
 		gtk_label_set_text(GTK_LABEL(mail), "You have new mail!");