pidgin/gtksound.c

branch
soc.2008.themes
changeset 23651
2c04a707246d
parent 23649
5da5fe967d10
child 23661
6cfcb043b068
equal deleted inserted replaced
23650:e1ca9557493f 23651:2c04a707246d
558 static void 558 static void
559 pidgin_sound_play_event(PurpleSoundEventID event) 559 pidgin_sound_play_event(PurpleSoundEventID event)
560 { 560 {
561 char *enable_pref; 561 char *enable_pref;
562 char *file_pref; 562 char *file_pref;
563 char *theme_pref, *theme_name; 563 char *theme_name;
564 PurpleSoundTheme *theme; 564 PurpleSoundTheme *theme;
565 565
566 if ((event == PURPLE_SOUND_BUDDY_ARRIVE) && mute_login_sounds) 566 if ((event == PURPLE_SOUND_BUDDY_ARRIVE) && mute_login_sounds)
567 return; 567 return;
568 568

mercurial