Mercurial > pidgin
view pixmaps/aol_icon.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 | d27235dafd16 |
line wrap: on
line source
/* XPM */ static char * aol_icon_xpm[] = { /* width height num_colors chars_per_pixel */ "12 12 6 1", /* colors */ " c None", ". c #ccccff", "X c #3333ff", "o c blue", "O c #9999ff", "+ c #6666ff", /* pixels */ " ", " .. ", " XX ", " .oo. ", " XooX ", " .XOOXO ", " Xooo.O ", " .OoooXOO ", " X.oooo.X ", " OoXOooo.oO ", " Xoo+.+oooX ", " "};