aboutsummaryrefslogtreecommitdiff
path: root/src/pulseaudio-mgr.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2012-02-22 16:40:59 +0000
committerConor Curran <conor.curran@canonical.com>2012-02-22 16:40:59 +0000
commit78837fe1befbc45df6fe4e92ae299ada83ea6c0e (patch)
treec7e0585d7f81606bb41992af0a59b45eaeb12afa /src/pulseaudio-mgr.c
parent9e3e24efd718efe26b62ba1db5b151d6a78c6544 (diff)
downloadayatana-indicator-sound-78837fe1befbc45df6fe4e92ae299ada83ea6c0e.tar.gz
ayatana-indicator-sound-78837fe1befbc45df6fe4e92ae299ada83ea6c0e.tar.bz2
ayatana-indicator-sound-78837fe1befbc45df6fe4e92ae299ada83ea6c0e.zip
play defensively around setting the volume related to lp#90017
Diffstat (limited to 'src/pulseaudio-mgr.c')
-rw-r--r--src/pulseaudio-mgr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulseaudio-mgr.c b/src/pulseaudio-mgr.c
index ba83c71..3a80cbd 100644
--- a/src/pulseaudio-mgr.c
+++ b/src/pulseaudio-mgr.c
@@ -174,7 +174,6 @@ reconnect_to_pulse (gpointer user_data)
void
pm_update_volume (gint sink_index, pa_cvolume new_volume)
{
- // LP: #850662
if (sink_index < 0 || pulse_context == NULL){
return;
}