Merge lp:~cwayne/onehundredscopes/utilities-precise-with-dictionary into lp:~davidc3/onehundredscopes/utilities-precise

Proposed by Chris Wayne
Status: Merged
Merged at revision: 8
Proposed branch: lp:~cwayne/onehundredscopes/utilities-precise-with-dictionary
Merge into: lp:~davidc3/onehundredscopes/utilities-precise
Diff against target: 12 lines (+3/-0)
1 file modified
src/unity-lens-utilities (+3/-0)
To merge this branch: bzr merge lp:~cwayne/onehundredscopes/utilities-precise-with-dictionary
Reviewer Review Type Date Requested Status
David Callé Approve
Review via email: mp+129541@code.launchpad.net

Description of the change

Adding in a category for a dictionary lens

To post a comment you must log in.
Revision history for this message
David Callé (davidc3) wrote :

Thanks Chris!
You should add a "Enhances: unity-lens-utilities" line to your control file in the scope packaging. This way, in the software center, on the lens page, it will be listed as something to install with.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity-lens-utilities'
2--- src/unity-lens-utilities 2012-06-11 20:00:08 +0000
3+++ src/unity-lens-utilities 2012-10-13 00:56:18 +0000
4@@ -51,6 +51,9 @@
5 cats.append (Unity.Category.new ("Rotten Tomatoes",
6 Gio.ThemedIcon.new(icon_tomatoes),
7 Unity.CategoryRenderer.HORIZONTAL_TILE))
8+ cats.append (Unity.Category.new ("Definitions",
9+ Gio.ThemedIcon.new("accessories-dictionary"),
10+ Unity.CategoryRenderer.HORIZONTAL_TILE))
11
12 self._lens.props.categories = cats
13

Subscribers

People subscribed via source and target branches

to all changes: