From bee9aca0adebea565c4e3699f5a9130999725d85 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 31 Jan 2006 07:55:53 +0000 Subject: [PATCH] fix bad transparency value --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 90aa41939..518718c53 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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