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

Proposed by Chris Wayne
Status: Merged
Approved by: David Callé
Approved revision: 9
Merged at revision: 9
Proposed branch: lp:~cwayne/onehundredscopes/utilities-precise-with-thesaurus
Merge into: lp:~davidc3/onehundredscopes/utilities-precise
Diff against target: 18 lines (+7/-1)
1 file modified
src/unity-lens-utilities (+7/-1)
To merge this branch: bzr merge lp:~cwayne/onehundredscopes/utilities-precise-with-thesaurus
Reviewer Review Type Date Requested Status
David Callé Pending
Review via email: mp+129749@code.launchpad.net

Description of the change

Adding in thesaurus (sorry for the dup, I messed up the first one somehow)

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

+1

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-10-13 00:47:38 +0000
3+++ src/unity-lens-utilities 2012-10-15 20:09:22 +0000
4@@ -54,7 +54,13 @@
5 cats.append (Unity.Category.new ("Definitions",
6 Gio.ThemedIcon.new("accessories-dictionary"),
7 Unity.CategoryRenderer.HORIZONTAL_TILE))
8-
9+ cats.append (Unity.Category.new ("Synonyms",
10+ Gio.ThemedIcon.new("accessories-dictionary"),
11+ Unity.CategoryRenderer.HORIZONTAL_TILE))
12+ cats.append (Unity.Category.new ("Antonyms",
13+ Gio.ThemedIcon.new("accessories-dictionary"),
14+ Unity.CategoryRenderer.HORIZONTAL_TILE))
15+
16 self._lens.props.categories = cats
17
18 # Populate filters

Subscribers

People subscribed via source and target branches

to all changes: