diff options
author | Mike Fulbright <msf@redhat.com> | 2003-05-20 23:54:29 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-05-20 23:54:29 +0000 |
commit | 76297e5d654b20fdc90a19f506c4237a14b627c9 (patch) | |
tree | 14d075327f941f761857cdcca2cb567695a48210 /gui.py | |
parent | bea4feb067c05ccc2ddc7743e42a40a83ac6f660 (diff) | |
download | anaconda-76297e5d654b20fdc90a19f506c4237a14b627c9.tar.gz anaconda-76297e5d654b20fdc90a19f506c4237a14b627c9.tar.xz anaconda-76297e5d654b20fdc90a19f506c4237a14b627c9.zip |
use new API for gc
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1492,7 +1492,7 @@ class InstallControlState: gtk.gdk.INTERP_BILINEAR) (pixmap, mask) = pixbuf.render_pixmap_and_mask() - pixbuf.render_to_drawable(pixmap, gtk.gdk.gc_new(pixmap), 0, 0, 0, 0, + pixbuf.render_to_drawable(pixmap, gtk.gdk.GC(pixmap), 0, 0, 0, 0, pixbuf.get_width(), pixbuf.get_height(), gtk.gdk.RGB_DITHER_MAX, 0, 0) p = gtk.Image() |