Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv22025/plugins
Modified Files:
mailchk.c
Log Message:
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
Index: mailchk.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/mailchk.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mailchk.c 14 Oct 2001 20:45:03 -0000 1.4
+++ mailchk.c 16 Mar 2002 00:32:53 -0000 1.5
@@ -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!");
|