Mercurial > pidgin.yaz
changeset 4930:d090282c42f7
[gaim-migrate @ 5264]
Robot101 is picky, and he spells color wrong ;-)
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 31 Mar 2003 23:03:15 +0000 |
parents | 8a20332821b6 |
children | d80bc307e2c8 |
files | src/buddy.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Mon Mar 31 22:55:51 2003 +0000 +++ b/src/buddy.c Mon Mar 31 23:03:15 2003 +0000 @@ -900,7 +900,7 @@ /* Idle grey buddies affects the whole row. This converts the status icon to greyscale. */ - if (!b->present && blist_options & OPT_BLIST_SHOW_OFFLINE) + if (!b->present) gdk_pixbuf_saturate_and_pixelate(scale, scale, 0.0, FALSE); else if (b->idle && blist_options & OPT_BLIST_GREY_IDLERS) gdk_pixbuf_saturate_and_pixelate(scale, scale, 0.25, FALSE); @@ -924,7 +924,7 @@ if (buf) { - if (!b->present && blist_options & OPT_BLIST_SHOW_OFFLINE) + if (!b->present) gdk_pixbuf_saturate_and_pixelate(buf, buf, 0.0, FALSE); if (b->idle && blist_options & OPT_BLIST_GREY_IDLERS) gdk_pixbuf_saturate_and_pixelate(buf, buf, 0.25, FALSE);