Mercurial > pidgin
view pixmaps/status-game.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 | 304e8c376472 |
children |
line wrap: on
line source
/* XPM */ static char * status_game_xpm[] = { "12 12 14 1", " c None", ". c #FFFFFF", "+ c #838183", "@ c #000000", "# c #000083", "$ c #008183", "% c #C5C2FF", "& c #C0C0C0", "* c #808000", "= c #FFFF00", "- c #000080", "; c #808080", "> c #800000", ", c #FF0000", " &&@@**&& ", " &@@====**& ", "&@==....=.*&", "&@=...====*&", "@=..-.=-.==*", "@=.&;&&;&==*", ".+@####====*", "+$%%+%%=,==*", "#.....$>==*&", "#.#...$===*&", "#.....$=**& ", "#...#.$*&& "};