view pixmaps/status-here.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 182fbac488c0
children
line wrap: on
line source

/* XPM */
static char * status_here_xpm[] = {
"12 12 10 1",
"       c None",
".      c #C0C0C0",
"+      c #000000",
"@      c #808000",
"#      c #FFFF00",
"$      c #FFFFFF",
"%      c #000080",
"&      c #808080",
"*      c #800000",
"=      c #FF0000",
"  ..++@@..  ",
" .++####@@. ",
".+##$$$$#$@.",
".+#$$$####@.",
"+#$$%$#%$##@",
"+#$.&..&.##@",
"+##########@",
"+##*####=##@",
".+##*==*##@.",
".+########@.",
" .++#$$#@@. ",
"  ..+++@..  "};