~mhall119/ubuntu-app-reviews/vm-lens

« back to all changes in this revision

Viewing changes to unity_lens_vm/__init__.py

  • Committer: Michael Hall
  • Date: 2012-06-15 18:50:23 UTC
  • Revision ID: mhall119@ubuntu.com-20120615185023-mr7vo2tow0uz2qta
Lens icon is actually a png, not an svg, rename accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        name = 'vm'
36
36
        description = 'VM Lens'
37
37
        search_hint = 'Search VMs'
38
 
        icon = 'unity-lens-vm.svg'
 
38
        icon = 'unity-lens-vm.png'
39
39
        search_on_blank=True
40
40
 
41
41
    vbox_category = IconViewCategory("VirtualBox VMs", 'virtualbox')