Mercurial > pidgin
view pixmaps/refresh.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 | 3fd5311a3894 |
children |
line wrap: on
line source
/* XPM */ static char * refresh_xpm[] = { "24 24 11 1", " c None", ". c #000000", "+ c #566B43", "@ c #4C603C", "# c #526741", "$ c #5A7046", "% c #445636", "& c #37452B", "* c #425334", "= c #475937", "- c #5C7449", " ", " ", " ", " ", " . ", " .. ", " .+@... ", " .#$##@%.. ", " .+#...%%. ", " . .. .&. ", " . . .&. ", " .. .. ", " .. .. ", " .*. . . ", " .*. .. . ", " .%@...#=. ", " ..##-#@#. ", " ...@%. ", " .. ", " . ", " ", " ", " ", " "};