# HG changeset patch # User Nathan Walp # Date 1054239494 0 # Node ID 7e4de9699da94ed85883507adedddcd7f9670d9b # Parent 80e4ba770f970377a137b084036b300480a37a75 [gaim-migrate @ 5950] one more done committer: Tailor Script diff -r 80e4ba770f97 -r 7e4de9699da9 src/main.c --- a/src/main.c Thu May 29 19:50:19 2003 +0000 +++ b/src/main.c Thu May 29 20:18:14 2003 +0000 @@ -158,7 +158,7 @@ * oscar.c, after the buddy list is made and serv_finish_login is called */ void gaim_setup(struct gaim_connection *gc) { - if ((sound_options & OPT_SOUND_LOGIN) && (sound_options & OPT_SOUND_SILENT_SIGNON)) { + if (gaim_prefs_get_bool("/core/sound/login") && gaim_prefs_get_bool("/core/sound/silent_signon")) { if(snd_tmout) { g_source_remove(snd_tmout); }