fix bad transparency value

This commit is contained in:
Yann Leboulanger 2006-01-31 07:55:53 +00:00
parent aeddca16b2
commit bee9aca0ad
1 changed files with 1 additions and 1 deletions

View File

@ -2315,7 +2315,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
pix = image.get_pixbuf()
pixbuf2.composite(pix, 0, 0, pixbuf2.props.width,
pixbuf2.props.height, 0, 0, 1.0, 1.0, gtk.gdk.INTERP_HYPER,
127)
255)
image.set_from_pixbuf(pix)
break
return imgs