| 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 |