Mercurial > pidgin.yaz
annotate pixmaps/tb_redo.xpm @ 6065:3a40666c08b4
[gaim-migrate @ 6515]
These be away messages. They don't do nothing that the old away messages
ain't done, but they save themselves in ~/.gaim/status.xml instead of
~/.gaimrc. Astute CVS watchers will have noticed a bit of a trend like that.
So in the future status.xml will have all sorts of cool stuff (I have big plans) but it's kinda boring for now. Also, I should've done this weeks ago. I
should stop being busy.
I'd like to give a shoutout to my boy Rob Flynn, keepin' it real in Atlanta.
You know you my boy, Dawg.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 08 Jul 2003 23:48:10 +0000 |
parents | 6f049002d963 |
children |
rev | line source |
---|---|
2008 | 1 /* XPM */ |
2 static char * tb_redo_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #4C603C", | |
7 "@ c #566B43", | |
8 "# c #445636", | |
9 "$ c #526741", | |
10 "% c #5A7046", | |
11 "& c #37452B", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " . ", | |
19 " .. ", | |
20 " ...+@. ", | |
21 " ..#+$$%$. ", | |
22 " .##...$@. ", | |
23 " .&. .. ", | |
24 " .&. . ", | |
25 " .. ", | |
26 " .. ", | |
27 " . ", | |
28 " . ", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |