Mercurial > pidgin.yaz
changeset 5734:5cd96052bc45
[gaim-migrate @ 6158]
had these prefs wrong
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Wed, 04 Jun 2003 06:05:17 +0000 |
parents | 4350b62bac45 |
children | a80fcb009d81 |
files | src/main.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main.c Wed Jun 04 05:22:05 2003 +0000 +++ b/src/main.c Wed Jun 04 06:05:17 2003 +0000 @@ -163,7 +163,8 @@ * oscar.c, after the buddy list is made and serv_finish_login is called */ void gaim_setup(GaimConnection *gc) { - if (gaim_prefs_get_bool("/core/sound/login") && gaim_prefs_get_bool("/core/sound/silent_signon")) { + if (gaim_prefs_get_bool("/gaim/gtk/sound/enabled/login") + && gaim_prefs_get_bool("/gaim/gtk/sound/silent_signon")) { if(snd_tmout) { g_source_remove(snd_tmout); }