changeset 30652:bc4771aff549

Allow setting sound volume when ALSA is used
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 30 Jun 2010 18:20:57 +0000
parents f30a02140f74
children 16738cb6bb6b
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkprefs.c	Wed Jun 30 02:26:33 2010 +0000
+++ b/pidgin/gtkprefs.c	Wed Jun 30 18:20:57 2010 +0000
@@ -2223,6 +2223,7 @@
 
 	gtk_widget_set_sensitive(hbox,
 			!strcmp(method, "automatic") ||
+			!strcmp(method, "alsa") ||
 			!strcmp(method, "esd"));
 }
 #endif /* USE_GSTREAMER */