diff pidgin/gtksound.c @ 15820:c02a897a67c7

More Gaim to Pidgin changes
author Sean Egan <seanegan@gmail.com>
date Sun, 18 Mar 2007 21:12:40 +0000
parents c406a1e73d6f
children 32c366eeeb99
line wrap: on
line diff
--- a/pidgin/gtksound.c	Sun Mar 18 19:38:15 2007 +0000
+++ b/pidgin/gtksound.c	Sun Mar 18 21:12:40 2007 +0000
@@ -44,7 +44,7 @@
 #include "gtkconv.h"
 #include "gtksound.h"
 
-struct gaim_sound_event {
+struct pidgin_sound_event {
 	char *label;
 	char *pref;
 	char *def;
@@ -59,7 +59,7 @@
 static gboolean gst_init_failed;
 #endif /* USE_GSTREAMER */
 
-static struct gaim_sound_event sounds[GAIM_NUM_SOUNDS] = {
+static struct pidgin_sound_event sounds[GAIM_NUM_SOUNDS] = {
 	{N_("Buddy logs in"), "login", "login.wav"},
 	{N_("Buddy logs out"), "logout", "logout.wav"},
 	{N_("Message received"), "im_recv", "receive.wav"},