Mercurial > pidgin.yaz
comparison src/gtkconv.c @ 5820:a929723531c8
[gaim-migrate @ 6250]
another misnamed pref
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 09 Jun 2003 03:30:48 +0000 |
parents | 48aac80b5d83 |
children | 96e5b32e75ad |
comparison
equal
deleted
inserted
replaced
5819:7bdf66ab4fdd | 5820:a929723531c8 |
---|---|
3888 | 3888 |
3889 /* Play a sound, if specified in prefs. */ | 3889 /* Play a sound, if specified in prefs. */ |
3890 if (gtkconv->make_sound) { | 3890 if (gtkconv->make_sound) { |
3891 if (flags & WFLAG_RECV) { | 3891 if (flags & WFLAG_RECV) { |
3892 if (gtkconv->u.im->a_virgin && | 3892 if (gtkconv->u.im->a_virgin && |
3893 gaim_prefs_get_bool("/gaim/gtk/sound/first_im_recv")) { | 3893 gaim_prefs_get_bool("/gaim/gtk/sound/enabled/first_im_recv")) { |
3894 | 3894 |
3895 gaim_sound_play_event(GAIM_SOUND_FIRST_RECEIVE); | 3895 gaim_sound_play_event(GAIM_SOUND_FIRST_RECEIVE); |
3896 } | 3896 } |
3897 else | 3897 else |
3898 gaim_sound_play_event(GAIM_SOUND_RECEIVE); | 3898 gaim_sound_play_event(GAIM_SOUND_RECEIVE); |