changeset 5549:7e4de9699da9

[gaim-migrate @ 5950] one more done committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 29 May 2003 20:18:14 +0000
parents 80e4ba770f97
children b18c2a37cc96
files src/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 		}