changeset 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 7bdf66ab4fdd
children 6d24d7ce463e
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Jun 09 02:21:55 2003 +0000
+++ b/src/gtkconv.c	Mon Jun 09 03:30:48 2003 +0000
@@ -3890,7 +3890,7 @@
 	if (gtkconv->make_sound) {
 		if (flags & WFLAG_RECV) {
 			if (gtkconv->u.im->a_virgin &&
-				gaim_prefs_get_bool("/gaim/gtk/sound/first_im_recv")) {
+				gaim_prefs_get_bool("/gaim/gtk/sound/enabled/first_im_recv")) {
 
 				gaim_sound_play_event(GAIM_SOUND_FIRST_RECEIVE);
 			}