~cwayne/onehundredscopes/utilities-precise-with-thesaurus

« back to all changes in this revision

Viewing changes to src/unity-lens-utilities

  • Committer: David Callé
  • Date: 2012-10-13 13:58:11 UTC
  • mfrom: (7.1.1 utilities)
  • Revision ID: davidc@framli.eu-20121013135811-15hx4da4h7c6iq5y
Support for the Wordnik based dictionnary scope

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        cats.append (Unity.Category.new ("Rotten Tomatoes",
52
52
                                         Gio.ThemedIcon.new(icon_tomatoes),
53
53
                                         Unity.CategoryRenderer.HORIZONTAL_TILE))
 
54
        cats.append (Unity.Category.new ("Definitions",
 
55
                                         Gio.ThemedIcon.new("accessories-dictionary"),
 
56
                                         Unity.CategoryRenderer.HORIZONTAL_TILE))
54
57
 
55
58
        self._lens.props.categories = cats
56
59