view pixmaps/no_icon.xpm @ 4164:a55c2a0ddcd4

[gaim-migrate @ 4393] The chat list plugin wasn't working, due to a left-over variable that is in a perpetual state of NULLness, and the checking of that variable for a value before loading chats. Fixed. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Jan 2003 03:03:25 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * no_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 1 1",
/* colors */
" 	c None",
/* pixels */
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            "};