Mercurial > pidgin
changeset 4579:0ea6a4c53f38
[gaim-migrate @ 4860]
don't make this a popup, it annoys people that don't actually have this method
selected.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Wed, 12 Feb 2003 04:53:21 +0000 |
parents | 3db8a7cfd971 |
children | 3fef2d45dce0 |
files | src/sound.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sound.c Wed Feb 12 03:54:56 2003 +0000 +++ b/src/sound.c Wed Feb 12 04:53:21 2003 +0000 @@ -97,9 +97,7 @@ ao_driver = ao_default_driver_id(); if(ao_driver == -1) { - do_error_dialog(_("Sound Driver Not Found"), - _("Gaim was unable to load a sound driver. Sound files will " - "not be played."), GAIM_ERROR); + debug_printf("No suitable sound ouput driver found.\n"); } else { ao_info *info = ao_driver_info(ao_driver); debug_printf("Sound output driver loaded: %s\n", info->name);