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

Proposed by David Callé
Status: Merged
Approved by: James Henstridge
Approved revision: 17
Merged at revision: 17
Proposed branch: lp:~submarine/ubuntu-scopes/github-update-cat
Merge into: lp:~submarine/ubuntu-scopes/github
Diff against target: 17 lines (+2/-2)
1 file modified
src/unity_github_daemon.py (+2/-2)
To merge this branch: bzr merge lp:~submarine/ubuntu-scopes/github-update-cat
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
James Henstridge Approve
Review via email: mp+154292@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
=== modified file 'src/unity_github_daemon.py'
--- src/unity_github_daemon.py 2013-03-14 12:28:10 +0000
+++ src/unity_github_daemon.py 2013-03-20 08:41:30 +0000
@@ -40,11 +40,11 @@
40DEFAULT_RESULT_MIMETYPE = 'text/html'40DEFAULT_RESULT_MIMETYPE = 'text/html'
41DEFAULT_RESULT_TYPE = Unity.ResultType.DEFAULT41DEFAULT_RESULT_TYPE = Unity.ResultType.DEFAULT
4242
43c1 = {'id' :'Cat 1',43c1 = {'id' :'code',
44 'name' :_('Projects'),44 'name' :_('Projects'),
45 'icon' :SVG_DIR+'group-developer.svg',45 'icon' :SVG_DIR+'group-developer.svg',
46 'renderer':Unity.CategoryRenderer.VERTICAL_TILE}46 'renderer':Unity.CategoryRenderer.VERTICAL_TILE}
47c2 = {'id' :'Cat 2', 47c2 = {'id' :'people',
48 'name' :_('Users'),48 'name' :_('Users'),
49 'icon' :SVG_DIR+'group-developer.svg',49 'icon' :SVG_DIR+'group-developer.svg',
50 'renderer':Unity.CategoryRenderer.VERTICAL_TILE}50 'renderer':Unity.CategoryRenderer.VERTICAL_TILE}

Subscribers

People subscribed via source and target branches

to all changes: