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

Proposed by David Callé
Status: Merged
Approved by: David Callé
Approved revision: 7
Merged at revision: 7
Proposed branch: lp:~davidc3/unity-scope-googlescholar/fix-default-result-icon
Merge into: lp:unity-scope-googlescholar
Diff against target: 11 lines (+1/-1)
1 file modified
src/unity_scholar_daemon.py (+1/-1)
To merge this branch: bzr merge lp:~davidc3/unity-scope-googlescholar/fix-default-result-icon
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Paweł Stołowski (community) Approve
Review via email: mp+180522@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 :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity_scholar_daemon.py'
2--- src/unity_scholar_daemon.py 2013-06-28 21:05:51 +0000
3+++ src/unity_scholar_daemon.py 2013-08-16 10:44:46 +0000
4@@ -34,7 +34,7 @@
5 PROVIDER_CREDITS = _('Powered by Scholar')
6 SVG_DIR = '/usr/share/icons/unity-icon-theme/places/svg/'
7 PROVIDER_ICON = SVG_DIR + 'service-scholar.svg'
8-DEFAULT_RESULT_ICON = SVG_DIR + 'result-academic.svg'
9+DEFAULT_RESULT_ICON = SVG_DIR + 'group-reference.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: