comparison src/sound.c @ 82:05077cb276d4

[gaim-migrate @ 92] Made it very easy to switch between penguin and devil icons in the applet. Also made it so that it would find the icons better (through use of nifty GNOME functions I accidentally found). Other little touch-ups here and there. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 08:22:38 +0000
parents bfdc427b936d
children 9a544c677ab7
comparison
equal deleted inserted replaced
81:7a24bb75a97b 82:05077cb276d4
295 } 295 }
296 296
297 #else /* USE_APPLET */ 297 #else /* USE_APPLET */
298 298
299 #include "gaim.h" 299 #include "gaim.h"
300 #include <libgnome/gnome-triggers.h> 300 #include <gnome.h>
301 void play_sound(int sound) 301 void play_sound(int sound)
302 { 302 {
303 303
304 switch(sound) { 304 switch(sound) {
305 case BUDDY_ARRIVE: 305 case BUDDY_ARRIVE: