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

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

Description of the change

Fix crash when bluetooth headset is connected (LP: #827591)

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'symptoms/_audio_data.py'
2--- symptoms/_audio_data.py 2011-08-16 12:46:25 +0000
3+++ symptoms/_audio_data.py 2011-08-25 08:26:23 +0000
4@@ -18,6 +18,8 @@
5 self.pa_card = pactl_card
6 self.pa_properties = pactl_card['Properties']
7 self.pa_longname = self.pa_properties['device.description']
8+ if not 'jacks' in self.__dict__:
9+ self.jacks = []
10
11 def pretty_name(self):
12 try:

Subscribers

People subscribed via source and target branches