view pixmaps/available-chat.xpm @ 2522:108b3eab22aa

[gaim-migrate @ 2535] i didn't rewrite a good majority of your patch, sean. i changed the logic for when to hide user_frame slightly (remove the ! and flip the hide/show); had each of the generate_*_options take the vbox and create their own frame; and i think that's about it. you new i was going to do that anyway. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 17 Oct 2001 10:11:46 +0000
parents 6b0a7cea1dd1
children c172128500ec
line wrap: on
line source

/* XPM */
static char * available_chat_xpm[] = {
"15 15 6 1",
" 	c None",
".	c #333333",
"+	c #FFFF00",
"@	c #666666",
"#	c #000000",
"$	c #4C4C4C",
"               ",
"      ...      ",
"     .+++.     ",
"    .+++++.    ",
"   .++@+@++.   ",
"   .+@+@+@+.   ",
"   .+@+++###   ",
"    .+@+#+++#  ",
"    .+@#+++++# ",
"     .#++#+#++#",
"     .#+++++++#",
"     $#++#+#++#",
"     $.#++#++# ",
"      ..#+++#  ",
"         ###   "};