/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-08-10 17:26:38 UTC
  • mfrom: (254.2.1 iconfix) (254.1.1 trunk)
  • Revision ID: jelmer@samba.org-20070810172638-6bk46s3gcw06tywx
Merge icon location fixes from Gary van der Merwe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        "bzrlib.plugins.gtk.tests"
86
86
        ],
87
87
    data_files=[('share/olive', ['olive.glade',
88
 
                                 'oliveicon2.png',
89
88
                                 'cmenu.ui',
90
89
                                ]),
91
 
                ('share/olive', ['icons/commit.png',
 
90
                ('share/olive/icons', ['icons/commit.png',
92
91
                                 'icons/commit16.png',
93
92
                                 'icons/diff.png',
94
93
                                 'icons/diff16.png',
98
97
                                 'icons/pull16.png',
99
98
                                 'icons/push.png',
100
99
                                 'icons/push16.png',
101
 
                                 'icons/refresh.png']),
 
100
                                 'icons/refresh.png',
 
101
                                 'icons/oliveicon2.png']),
102
102
                ('share/applications', ['olive-gtk.desktop',
103
103
                                        'bazaar-properties.desktop',
104
104
                                        'bzr-notify.desktop']),