~submarine/ubuntu-scopes/openclipart

« back to all changes in this revision

Viewing changes to src/unity_openclipart_daemon.py

  • Committer: Tarmac
  • Author(s): David Callé
  • Date: 2013-03-20 10:55:14 UTC
  • mfrom: (17.1.2 openclipart)
  • Revision ID: tarmac-20130320105514-b19rc068ctt2xn0n
Update category id.

Approved by PS Jenkins bot, James Henstridge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
DEFAULT_RESULT_MIMETYPE = 'text/html'
39
39
DEFAULT_RESULT_TYPE = Unity.ResultType.DEFAULT
40
40
 
41
 
c1 = {'id'      :'Cat 1',
 
41
c1 = {'id'      :'top',
42
42
      'name'    :_('Images'),
43
43
      'icon'    :SVG_DIR+'group-installed.svg',
44
44
      'renderer':Unity.CategoryRenderer.VERTICAL_TILE}