view pixmaps/join.xpm @ 3458:66b1ad9782a9

[gaim-migrate @ 3506] From KingAnt: aim.h: -Change the #defines for AIM client info so they're shorter. -Add 2 #defines for ICQ--the first one (the default) is what Gaim has been using, it was taken out of auth.c. The other is what an ICQ 2002a client uses. -Add an CLIENTINFO_ICQ_KNOWNGOOD auth.c: -Have the ICQ login use the given client info, rather than using hard coded values. oscar.c: -Rename "gaim_caps" to "caps_aim" and added a "caps_icq," so AIM and ICQ can have different capabilities. -Make changes to gaim_parse_login so the ICQ sends ICQ client info, and AIM sends AIM client info. -Make changes to conninitdone_bos so only ICQ sets the privacy flag and visibility mask. AIM sets this via SSI. -Change a few calls to aim_bos_setprofile so ICQ does not send a profile TLV, and so ICQ uses the ICQ caps and AIM uses the AIM caps. -Change a call to g_show_info_text so a pointer to the window is not left haning around? -Correctly set the occupied and do not disturb ICQ states. This is how winicq does it. -Correctly show winicq users as NA. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 28 Aug 2002 06:48:14 +0000
parents 725ffb93aedc
children
line wrap: on
line source

/* XPM */
static char * join_xpm[] = {
"24 24 41 1",
" 	c None",
".	c #212121",
"+	c #EAD4CB",
"@	c #E3C5BA",
"#	c #DBB4A4",
"$	c #EEDED7",
"%	c #FAF7F5",
"&	c #F2E5E1",
"*	c #D2AC99",
"=	c #000000",
"-	c #8D9E7C",
";	c #CDD9C2",
">	c #DEE6D7",
",	c #DAE2D1",
"'	c #9BAD89",
")	c #B79382",
"!	c #707D63",
"~	c #B4C6A2",
"{	c #ACC098",
"]	c #636E57",
"^	c #AB8A7A",
"/	c #E4E9DD",
"(	c #657158",
"_	c #C49F8D",
":	c #C3D1B5",
"<	c #808F70",
"[	c #4C5442",
"}	c #58634E",
"|	c #E6EBE0",
"1	c #D4DDC9",
"2	c #CAD7BE",
"3	c #90A17F",
"4	c #5F6A53",
"5	c #535C49",
"6	c #E9EDE4",
"7	c #616D56",
"8	c #A8BC95",
"9	c #7C8B6E",
"0	c #4C5443",
"a	c #B6C2AA",
"b	c #5E6953",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"             ...        ",
"           ..+@#..      ",
"           .$%&@*.      ",
"       =======+#**.     ",
"       =-;>,'=###).     ",
"        =!~{]=##*^.     ",
"      ==/;{(]=#*_.      ",
"    ==/;:{<[}=))..      ",
"   =|12{{34=5=..        ",
"    =6{{{7= ==          ",
"     =>890=             ",
"      =a]=              ",
"       =b=              ",
"        =               ",
"                        ",
"                        ",
"                        ",
"                        "};