annotate pixmaps/plugins_small.xpm @ 2347:182a4f8b1333

[gaim-migrate @ 2360] Sorry rob. I just don't think that you should be committing what you know is half-complete code, and allow users to access it. We can't be recommending to people to be using CVS instead of releases and then add things that we know beforehand are buggy or incomplete. Also I don't think that you've implemented it properly: More than just Oscar have buddy icons (though Jabber is reworking their buddy icon stuff) and so it shouldn't be protocol-specific like this; also it should apply to the aim_user and not the gaim_connection, and you should be able to set it while you're not online, which means it should go in the Modify Account dialog and not the Protocol Actions dialog, with an OPT_PROTO_BUDDY_ICON flag so that the dialog knows whether or not the buddy icon can be set. Also, you broke -Wall. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Sep 2001 10:08:19 +0000
parents b9d34670ea40
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
801
1a47432e2ba1 [gaim-migrate @ 811]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 /* XPM */
1a47432e2ba1 [gaim-migrate @ 811]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 static char * plugins_small_xpm[] = {
929
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
3 "18 18 10 1",
801
1a47432e2ba1 [gaim-migrate @ 811]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 " c None",
1a47432e2ba1 [gaim-migrate @ 811]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 ". c #000000",
929
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
6 "+ c #FFFFFF",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
7 "@ c #E5E5E5",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
8 "# c #CCCCCC",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
9 "$ c #999999",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
10 "% c #666666",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
11 "& c #4C4C4C",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
12 "* c #FFEB96",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
13 "= c #F9CD39",
801
1a47432e2ba1 [gaim-migrate @ 811]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
14 " ",
929
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
15 " ... ... ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
16 " .+. .+. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
17 " .@. .@. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
18 " .#. .#. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
19 " ........... ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
20 " .$$$$$$$$$. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
21 " .$%%%%%%%&. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
22 " .%%%%%%&. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
23 " .&&&&&&&. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
24 " ....... ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
25 " .+*=. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
26 " ..... ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
27 " .%. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
28 " .%. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
29 " .$. ",
b9d34670ea40 [gaim-migrate @ 939]
Rob Flynn <gaim@robflynn.com>
parents: 801
diff changeset
30 " .#. ",
801
1a47432e2ba1 [gaim-migrate @ 811]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
31 " "};