--- a/src/sound.c Thu Oct 13 01:29:43 2005 +0000 +++ b/src/sound.c Thu Oct 13 01:48:03 2005 +0000 @@ -33,7 +33,7 @@ { GaimStatus *status; - if ((account != NULL) && (!gaim_prefs_get_bool("/core/sounds/while_away"))) + if ((account != NULL) && (!gaim_prefs_get_bool("/core/sound/while_away"))) { status = gaim_account_get_active_status(account); if (gaim_status_is_online(status) && !gaim_status_is_available(status)) @@ -49,7 +49,7 @@ { GaimStatus *status; - if ((account != NULL) && (!gaim_prefs_get_bool("/core/sounds/while_away"))) + if ((account != NULL) && (!gaim_prefs_get_bool("/core/sound/while_away"))) { status = gaim_account_get_active_status(account); if (gaim_status_is_online(status) && !gaim_status_is_available(status))