Mercurial > pidgin.yaz
changeset 23173:c767bcb40b36
Try gconfaudiosink first always, not just under GNOME. This is what Debian
has been doing for a while. It shouldn't hurt anything.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 23 May 2008 20:35:29 +0000 |
parents | 388e96b79206 |
children | 047c56435f1e faad5c0686a4 |
files | pidgin/gtksound.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtksound.c Fri May 23 16:47:59 2008 +0000 +++ b/pidgin/gtksound.c Fri May 23 20:35:29 2008 +0000 @@ -488,9 +488,7 @@ return; volume = (float)(CLAMP(purple_prefs_get_int(PIDGIN_PREFS_ROOT "/sound/volume"),0,100)) / 50; if (!strcmp(method, "automatic")) { - if (purple_running_gnome()) { - sink = gst_element_factory_make("gconfaudiosink", "sink"); - } + sink = gst_element_factory_make("gconfaudiosink", "sink"); } #ifndef _WIN32 else if (!strcmp(method, "esd")) {