Merge lp:~submarine/unity-scope-musique/MIR-fix into lp:unity-scope-musique

Proposed by David Callé
Status: Merged
Approved by: James Henstridge
Approved revision: 23
Merged at revision: 23
Proposed branch: lp:~submarine/unity-scope-musique/MIR-fix
Merge into: lp:unity-scope-musique
Diff against target: 16 lines (+2/-2)
1 file modified
src/unity_musique_daemon.py (+2/-2)
To merge this branch: bzr merge lp:~submarine/unity-scope-musique/MIR-fix
Reviewer Review Type Date Requested Status
James Henstridge Approve
PS Jenkins bot (community) continuous-integration Approve
Guillermo Gonzalez Approve
Review via email: mp+166389@code.launchpad.net

Commit message

Fix fallback icon name

Description of the change

Fix fallback icon name

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
James Henstridge (jamesh) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity_musique_daemon.py'
2--- src/unity_musique_daemon.py 2013-04-03 22:23:33 +0000
3+++ src/unity_musique_daemon.py 2013-05-29 20:53:23 +0000
4@@ -147,10 +147,10 @@
5 img.write(artwork)
6 return tb_filename
7 else:
8- return "audacious"
9+ return "audio-x-generic"
10 except:
11 # Otherwise, return a generic audio icon
12- return "audacious"
13+ return "audio-x-generic"
14
15
16 def search(search, filters):

Subscribers

People subscribed via source and target branches

to all changes: