Mercurial > pidgin
annotate pixmaps/logout_icon.xpm @ 4071:2532f1192da3
[gaim-migrate @ 4283]
So I made all them versions be the likes of winaim 5.1.3036. This
includes changing the ssi family/module version from 1 to 3. This
caused the SNAC flag 0x8000 to pop up in a few places, so I made a
change to rxhandlers.c that should take care of this.
This should allow you to add @mac.com buddies to your buddy list, as
well as get rid of the PleaseUpgrade000 buddies. It should also reduce
your risk of cancer by 5-10%.
Hopefully this won't break anything. Everything seems to be ok to me.
Baaaaah.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 13 Dec 2002 22:34:14 +0000 |
parents | 2846a03bda67 |
children |
rev | line source |
---|---|
1 | 1 /* XPM */ |
2 static char * logout_icon_xpm[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 "12 12 15 1", | |
5 /* colors */ | |
6 " c #cccccc", | |
7 ". c #999999", | |
8 "X c None", | |
9 "o c black", | |
10 "O c #000066", | |
11 "+ c #996666", | |
12 "@ c white", | |
13 "# c #000099", | |
14 "$ c #666699", | |
15 "% c #ffff99", | |
16 "& c #6666cc", | |
17 "* c #336699", | |
18 "= c #333366", | |
19 "- c #333399", | |
20 "; c #333333", | |
21 /* pixels */ | |
22 " .Xooooooooo", | |
23 "XXXo O", | |
24 "o.Xo ++@++@#", | |
25 "XX$o.+%@+%@O", | |
26 "XX&o +%@+%@#", | |
27 " .*o @@@@@@O", | |
28 "=X-ooo+@++@#", | |
29 "XX=o +.@+%@#", | |
30 "X.;o +%@+%@O", | |
31 "oXXo +%@+%@#", | |
32 "XXXo @@@@@@O", | |
33 " .*#O#O#O#O#"}; |