Mercurial > pidgin
view pixmaps/big.xpm @ 228:f3b61c04f44e
[gaim-migrate @ 238]
Buddy lists (and changes) are cached to ~/.gaimbdcache_<sn> where <sn> is your
screen name (folder to uppercase). If for some reason, you log into the AOL
server and the buddy list comes back empty, we check for a cache file, and, if
we find one, read it in. This essentially implements recovery from a server
crash at AOL (AOL does not back up machines that contain TOC-based buddy lists,
unfortunately).
committer: Tailor Script <tailor@pidgin.im>
author | Syd Logan <slogan> |
---|---|
date | Wed, 10 May 2000 07:41:25 +0000 |
parents | 2846a03bda67 |
children | 9d5e7e987103 |
line wrap: on
line source
/* XPM */ static char *big_xpm[] = { /* columns rows colors chars-per-pixel */ "22 17 7 1", " c Gray0", ". c Gray40", "X c #666666669999", "o c Magenta", "O c #999999996666", "+ c Gray60", "@ c None", /* pixels */ "@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@ @@@@@@@ @@@@@@@", "@@@@@ @@@@@@ @@@@@@@", "@@@@ @@@@ @@@@@@", "@@@@ @@@@ @@@@@@", "@@@@ . . @@@ @ @@@@@", "@@@@XOXO.@@@ @ @@@@@", "@@@@OXOX@@@@ @@@@@", "@@@@XOXO.@@ @@@ @@@@", "@@@@@@@@@@@ @@@ @@@@", "@@@@@@@@@@ @ @@@", "@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@" };