Merge lp:~submarine/ubuntu-scopes/yelp-update-cat into lp:~submarine/ubuntu-scopes/yelp

Proposed by David Callé
Status: Merged
Approved by: James Henstridge
Approved revision: 19
Merged at revision: 20
Proposed branch: lp:~submarine/ubuntu-scopes/yelp-update-cat
Merge into: lp:~submarine/ubuntu-scopes/yelp
Diff against target: 12 lines (+1/-1)
1 file modified
src/unity_yelp_daemon.py (+1/-1)
To merge this branch: bzr merge lp:~submarine/ubuntu-scopes/yelp-update-cat
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
James Henstridge Approve
Review via email: mp+154282@code.launchpad.net

Commit message

Update category id

Description of the change

Update category id

To post a comment you must log in.
Revision history for this message
James Henstridge (jamesh) wrote :

Looks good.

review: Approve
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_yelp_daemon.py'
2--- src/unity_yelp_daemon.py 2013-03-19 02:01:13 +0000
3+++ src/unity_yelp_daemon.py 2013-03-20 08:34:28 +0000
4@@ -41,7 +41,7 @@
5 DEFAULT_RESULT_TYPE = Unity.ResultType.DEFAULT
6 HELP_DIR = "/usr/share/help/"
7
8-c1 = {'id': 'official',
9+c1 = {'id': 'help',
10 'name': _('Official Help Documents'),
11 'icon': SVG_DIR + 'group-installed.svg',
12 'renderer': Unity.CategoryRenderer.VERTICAL_TILE}

Subscribers

People subscribed via source and target branches

to all changes: