view pixmaps/msn_online.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 cfa8aa50df83
children
line wrap: on
line source

/* XPM */
static char * msn_online_xpm[] = {
"12 13 93 2",
"  	c None",
". 	c #84A16F",
"+ 	c #647952",
"@ 	c #7B8373",
"# 	c #94CC8D",
"$ 	c #B4CA98",
"% 	c #7D927C",
"& 	c #304955",
"* 	c #425163",
"= 	c #58B090",
"- 	c #A9ECBC",
"; 	c #9FC8BF",
"> 	c #618AA8",
", 	c #3B5E9C",
"' 	c #193273",
") 	c #479778",
"! 	c #7CC7B6",
"~ 	c #6DA9C2",
"{ 	c #427EC5",
"] 	c #3163D1",
"^ 	c #1F4BA7",
"/ 	c #5E817E",
"( 	c #2D686E",
"_ 	c #3E74A0",
": 	c #3463BD",
"< 	c #245BC8",
"[ 	c #114092",
"} 	c #3C5154",
"| 	c #36586A",
"1 	c #335384",
"2 	c #3A568B",
"3 	c #85CA8A",
"4 	c #90B97F",
"5 	c #789775",
"6 	c #617469",
"7 	c #92D2A0",
"8 	c #9EDEA6",
"9 	c #B5DEA4",
"0 	c #8EAE90",
"a 	c #557175",
"b 	c #3E5765",
"c 	c #C1E7C0",
"d 	c #8DD5AE",
"e 	c #BDEBB1",
"f 	c #B2D3AA",
"g 	c #8BAB9F",
"h 	c #648491",
"i 	c #3C5374",
"j 	c #3B627B",
"k 	c #A4E5B6",
"l 	c #95CDBF",
"m 	c #85CEB3",
"n 	c #BFEBC0",
"o 	c #AACAB9",
"p 	c #7DA6A8",
"q 	c #6285A0",
"r 	c #3E5484",
"s 	c #3F69A1",
"t 	c #2E568B",
"u 	c #88CBBC",
"v 	c #5892AF",
"w 	c #85CCAB",
"x 	c #BAE2C0",
"y 	c #97BFB9",
"z 	c #7AA2AF",
"A 	c #5D84A8",
"B 	c #3C5990",
"C 	c #395A95",
"D 	c #3975BF",
"E 	c #ACD9BE",
"F 	c #5EA5C2",
"G 	c #4684A3",
"H 	c #90D0A7",
"I 	c #AED1BF",
"J 	c #89B5B9",
"K 	c #7699AF",
"L 	c #5683AF",
"M 	c #3C5AA3",
"N 	c #364F8A",
"O 	c #4C85BE",
"P 	c #3457A2",
"Q 	c #5E8077",
"R 	c #38608D",
"S 	c #365C6E",
"T 	c #648A75",
"U 	c #6B8C81",
"V 	c #56778A",
"W 	c #4A6A88",
"X 	c #395C89",
"Y 	c #1B3878",
"Z 	c #283A62",
"` 	c #45647A",
" .	c #2A4B88",
"          . + @         ",
"        # $ % & *       ",
"      = - ; > , '       ",
"      ) ! ~ { ] ^       ",
"      / ( _ : < [       ",
"        } | 1 2         ",
"        3 4 5 6         ",
"      7 8 9 0 a b       ",
"    c d e f g h i j     ",
"  k l m n o p q r s t   ",
"  u v w x y z A B C D C ",
"E F G H I J K L M N O P ",
"Q R S T U V W X Y Z `  ."};