Mercurial > pidgin
diff src/sound.c @ 11652:a66ee70c614c
[gaim-migrate @ 13936]
Whoops
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 13 Oct 2005 01:48:03 +0000 |
| parents | 58bc500cf226 |
| children | 5bc3d67ceb24 |
line wrap: on
line diff
--- 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))
