/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2007-07-15 15:15:59 UTC
  • Revision ID: jelmer@samba.org-20070715151559-122mfwpoeb0qwqmy
Install all desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                                 'icons/push.png',
100
100
                                 'icons/push16.png',
101
101
                                 'icons/refresh.png']),
102
 
                ('share/applications', ['olive-gtk.desktop']),
 
102
                ('share/applications', ['olive-gtk.desktop',
 
103
                                        'bazaar-properties.desktop',
 
104
                                        'bzr-notify.desktop']),
103
105
                ('share/pixmaps', ['icons/olive-gtk.png'])
104
106
               ],
105
107
    cmdclass={'install_data': InstallData}