/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: Curtis Hovey
  • Date: 2011-08-27 18:35:08 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110827183508-ugqbp58na4mtt1no
Updated the pixbuf calls to gtk3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from distutils.command.install_data import install_data
8
8
from distutils.command.build import build
9
9
from distutils.command.sdist import sdist
10
 
from DistUtilsExtra.command import *
11
10
try:
12
11
    from DistUtilsExtra.command import *
13
12
except ImportError:
175
174
                    ('share/applications', ['bazaar-properties.desktop',
176
175
                                            'bzr-handle-patch.desktop',
177
176
                                            'bzr-notify.desktop']),
178
 
                    ('share/application-registry', ['bzr-gtk.applications']),
 
177
                    ('share/application-registry', ['bzr-Gtk.applications']),
179
178
                    ('share/pixmaps', ['icons/bzr-icon-64.png']),
180
179
                    ('share/icons/hicolor/scalable/apps', ['icons/bzr-panel.svg']),
181
180
                    ('share/icons/hicolor/scalable/emblems',