Mercurial > pidgin
diff src/gaimrc.c @ 2580:86eaeb064e82
[gaim-migrate @ 2593]
run-time
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 23 Oct 2001 04:05:52 +0000 |
| parents | 520257562955 |
| children | f194dd8250d4 |
line wrap: on
line diff
--- a/src/gaimrc.c Tue Oct 23 03:19:28 2001 +0000 +++ b/src/gaimrc.c Tue Oct 23 04:05:52 2001 +0000 @@ -1006,12 +1006,18 @@ for (i = 0; i < 7; i++) sound_file[i] = NULL; font_options = 0; + /* Enable all of the sound players that might be available. The first + available one will be used. */ sound_options = OPT_SOUND_LOGIN | OPT_SOUND_LOGOUT | OPT_SOUND_RECV | OPT_SOUND_SEND | - OPT_SOUND_SILENT_SIGNON; + OPT_SOUND_SILENT_SIGNON | + OPT_SOUND_NORMAL | + OPT_SOUND_NAS | + OPT_SOUND_ARTSC | + OPT_SOUND_ESD; report_idle = IDLE_SCREENSAVER; web_browser = BROWSER_NETSCAPE;
