# HG changeset patch # User Luke Schierer # Date 1045007733 0 # Node ID 1b52e29f1ffb38de9fbf32da48cb8a5ddb17874a # Parent 57e939c91f721cb9e2e45df8c7a4e92aea6c16f8 [gaim-migrate @ 4856] Paul A (darkrain) pointed out that mailck.c wasn't updated for the new sounds. as he repeatedly failed to attach a usable patch, this is my attempt to reproduce his changes based on the comments he posted. it at very least compiles, so it should be no _worse_ off. committer: Tailor Script diff -r 57e939c91f72 -r 1b52e29f1ffb plugins/mailchk.c --- a/plugins/mailchk.c Tue Feb 11 20:10:03 2003 +0000 +++ b/plugins/mailchk.c Tue Feb 11 23:55:33 2003 +0000 @@ -1,4 +1,5 @@ #include "config.h" +#include "sound.h" #ifndef GAIM_PLUGINS #define GAIM_PLUGINS @@ -74,7 +75,7 @@ } if (count & NEW_MAIL) - play_sound(SND_POUNCE_DEFAULT); + gaim_sound_play(SND_POUNCE_DEFAULT); if (count & UNREAD_MAIL) gtk_label_set_text(GTK_LABEL(mail), "You have new mail!");