Mercurial > pidgin
annotate pixmaps/sad.xpm @ 4239:9b40fa57a8ed
[gaim-migrate @ 4487]
(21:33:07) Robot101: anyone noticed that when you sign on multiple accounts, gaim keeps on popping itself up?
(21:33:17) Robot101: it's my fault. fix: http://people.debian.org/~robot101/stop-interrupting-me-biatch.diff
(21:33:24) LSchiere: ?
(21:33:28) ***LSchiere does not follow
(21:33:38) Robot101: the blist keeps raising itself.
(21:33:49) Robot101: even after it's initial debut on the desktop
(21:33:52) Robot101: it's really annoying
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 08 Jan 2003 02:35:14 +0000 |
parents | 230b022108f4 |
children |
rev | line source |
---|---|
500 | 1 /* XPM */ |
2 static char * sad_xpm[] = { | |
3 "19 19 11 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #CCCC00", | |
7 "@ c #FFFF00", | |
8 "# c #333333", | |
9 "$ c #666600", | |
10 "% c #666666", | |
11 "& c #FFFFFF", | |
12 "* c #CCCC33", | |
13 "= c #999900", | |
14 "- c #333300", | |
15 " ....... ", | |
16 " ..+@@@@@+.. ", | |
17 " .+@@.@@@.@@+. ", | |
18 " .@@@.@@@@@.@@@. ", | |
19 " .+@.###@@@##..@+. ", | |
20 " .@@$%&&*@$&&=$@@. ", | |
21 ".+@@@%&.*@-&.=@@@+.", | |
22 ".@@@@+..*@*..+@@@@.", | |
23 ".@@@@@$@@@@@=@@@@@.", | |
24 ".@@@@@@@@@@@@@@@@@.", | |
25 ".@@@@@.......@@@@@.", | |
26 ".@@$@.=@@@@@=.@$@@.", | |
27 ".+@$-@@@***@@@-$@+.", | |
28 " .@@$@@@@@@@@@$@@. ", | |
29 " .+@@@@@@@@@@@@@+. ", | |
30 " .@@@@@@@@@@@@@. ", | |
31 " .+@@@@@@@@@+. ", | |
32 " ..+@@@@@+.. ", | |
33 " ....... "}; |