view pixmaps/speaker.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 b4071be71eb4
line wrap: on
line source

/* XPM */
static char * speaker_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"16 16 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	c #808080",
"X	s iconColor2	m white	c white",
"o	s iconColor6	m white	c yellow",
"O	s iconColor1	m black	c black",
/* pixels */
"       ..      .",
"      ..X.  .   ",
"     .o.o.      ",
"    .o.oXo.    .",
"   .oo.XoX. ..  ",
" ..oXX..Xo.     ",
".X.XXX.XOX.     ",
".o.ooo.XOo. ....",
"....o...OX.     ",
" OOo.o.OXo.     ",
"   Oo..XXX. ..  ",
"    O.OXXX.    .",
"     O.OX.      ",
"      OOXO  .   ",
"       .O      .",
"                "};