Mercurial > pidgin
view pixmaps/away.xpm @ 4238:0e4be672f516
[gaim-migrate @ 4484]
An ssi fix. Yay.
Previously, when moving a buddy from one group to another, we just
deleted the buddy then added it to the other group. That would
result in needed to re-ask the person for authorization.
This should fix that. It's not really major. Basically, you add
the person to the other group before deleting them from the first
group.
I hope this is verbose enough. Let me know if it's not, and next
time I'll run "./mark -vv"
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 08 Jan 2003 02:14:37 +0000 |
parents | 2846a03bda67 |
children |
line wrap: on
line source
/* XPM */ static char * away_xpm[] = { "16 7 2 1", " c None", ". c #E89530", " .... ", " . .. ", " .. .... ....", " .. . .. . .. ", " ... . . . . ", " .. . .. . .. .", "..... .... .... "};