Merge lp:~diwic/apport/apport-symptoms into lp:~ubuntu-dev/apport/apport-symptoms

Proposed by David Henningsson
Status: Merged
Merged at revision: 52
Proposed branch: lp:~diwic/apport/apport-symptoms
Merge into: lp:~ubuntu-dev/apport/apport-symptoms
Diff against target: 12 lines (+1/-1)
1 file modified
symptoms/_audio_data.py (+1/-1)
To merge this branch: bzr merge lp:~diwic/apport/apport-symptoms
Reviewer Review Type Date Requested Status
Martin Pitt Pending
Review via email: mp+71678@code.launchpad.net

Description of the change

Fix "ubuntu-bug audio" crash after first question

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'symptoms/_audio_data.py'
--- symptoms/_audio_data.py 2011-07-01 09:37:13 +0000
+++ symptoms/_audio_data.py 2011-08-16 12:51:23 +0000
@@ -207,7 +207,7 @@
207207
208def get_pa_default_profile(isOutput):208def get_pa_default_profile(isOutput):
209 ''' Returns sinkname,sinkprofile,channelcount '''209 ''' Returns sinkname,sinkprofile,channelcount '''
210 pactlstat = command_output(['pactl', 'stat'])210 pactlstat = command_output(['pactl', 'info'])
211 ss = "Default %s: (.*)" % ("Sink" if isOutput else "Source")211 ss = "Default %s: (.*)" % ("Sink" if isOutput else "Source")
212212
213 for line in pactlstat.splitlines():213 for line in pactlstat.splitlines():

Subscribers

People subscribed via source and target branches