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

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

This proposal supersedes a proposal from 2013-03-20.

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_launchpad_daemon.py'
2--- src/unity_launchpad_daemon.py 2013-03-14 12:28:43 +0000
3+++ src/unity_launchpad_daemon.py 2013-03-20 08:44:21 +0000
4@@ -37,11 +37,11 @@
5 DEFAULT_RESULT_MIMETYPE = 'text/html'
6 DEFAULT_RESULT_TYPE = Unity.ResultType.DEFAULT
7
8-c1 = {'id' :'Cat 1',
9+c1 = {'id' :'code',
10 'name' :_('Projects'),
11 'icon' :SVG_DIR+'group-developer.svg',
12 'renderer':Unity.CategoryRenderer.VERTICAL_TILE}
13-c2 = {'id' :'Cat 2',
14+c2 = {'id' :'people',
15 'name' :_('Bugs'),
16 'icon' :SVG_DIR+'group-developer.svg',
17 'renderer':Unity.CategoryRenderer.VERTICAL_TILE}

Subscribers

People subscribed via source and target branches

to all changes: