Merge lp:~davidc3/unity-scope-gallica/fix-default-result-icon into lp:unity-scope-gallica

Proposed by David Callé
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 34
Merged at revision: 34
Proposed branch: lp:~davidc3/unity-scope-gallica/fix-default-result-icon
Merge into: lp:unity-scope-gallica
Diff against target: 11 lines (+1/-1)
1 file modified
src/unity_gallica_daemon.py (+1/-1)
To merge this branch: bzr merge lp:~davidc3/unity-scope-gallica/fix-default-result-icon
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+180521@code.launchpad.net

Commit message

Use an existing result icon

Description of the change

Use an existing result icon

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

LGTM. +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity_gallica_daemon.py'
2--- src/unity_gallica_daemon.py 2013-04-25 14:44:42 +0000
3+++ src/unity_gallica_daemon.py 2013-08-16 10:44:41 +0000
4@@ -35,7 +35,7 @@
5 PROVIDER_CREDITS = _('Powered by Gallica')
6 SVG_DIR = '/usr/share/icons/unity-icon-theme/places/svg/'
7 PROVIDER_ICON = SVG_DIR+'service-gallica.svg'
8-DEFAULT_RESULT_ICON = SVG_DIR+'result-reference.svg'
9+DEFAULT_RESULT_ICON = SVG_DIR+'service-gallica.svg'
10 DEFAULT_RESULT_MIMETYPE = 'text/html'
11 DEFAULT_RESULT_TYPE = Unity.ResultType.DEFAULT
12

Subscribers

People subscribed via source and target branches

to all changes: