annotate pixmaps/speaker_mute.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 59178b140529
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3301
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
1 /* XPM */
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2 static char * speaker_mute_xpm[] = {
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 "17 13 17 1",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4 " c None",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 ". c #000000",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6 "+ c #FF0000",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
7 "@ c #9E9A8C",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
8 "# c #B8B4A6",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
9 "$ c #9B988A",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
10 "% c #CFCCC4",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
11 "& c #E4E2DE",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
12 "* c #D1CFC7",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13 "= c #C5C2B7",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
14 "- c #DEDCD7",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15 "; c #D7D5CF",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
16 "> c #C5C1B7",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
17 ", c #B0AC9C",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
18 "' c #79766C",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
19 ") c #8D8A7D",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
20 "! c #7E7B70",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
21 " . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
22 " .. .+ ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
23 " .@. +++ ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
24 " ... .@#. +++. ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
25 " .$$.@%&.+++. . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
26 " .*=.-;>+++ . . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
27 " .,,.##+++ . . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
28 " .$$.+++.. . . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
29 " .''+++@. . . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
30 " .++++)@. . . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
31 " +++ .!. . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
32 " ++ .. . ",
59178b140529 [gaim-migrate @ 3319]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
33 " . "};