Mercurial > pidgin.yaz
annotate pixmaps/burp.xpm @ 3996:3fdfe7872118
[gaim-migrate @ 4191]
- Fixed a segfault that occurred when a key/value pair had no value (i.e.,
in the mail notification packets that the Yahoo server is sending out).
- Skip over a garbage character in mail notification packets that's causing
the sender name key/value pair to be ignored.
- Some code cleanups, which should optimize it (though not noticeably so)
and make it easier to read. Thanks go to ZuperDee for this.
Hope this works for everybody else.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 23 Nov 2002 11:08:11 +0000 |
parents | 230b022108f4 |
children |
rev | line source |
---|---|
500 | 1 /* XPM */ |
2 static char * burp_xpm[] = { | |
3 "19 19 10 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #CCCC00", | |
7 "@ c #FFFF00", | |
8 "# c #333300", | |
9 "$ c #333333", | |
10 "% c #666666", | |
11 "& c #FFFFFF", | |
12 "* c #666600", | |
13 "= c #999900", | |
14 " ....... ", | |
15 " ..+@@@@@+.. ", | |
16 " .+@@@@@@@@@+. ", | |
17 " .@@@@@@@@@@@@@. ", | |
18 " .+@@##@@@@@##@@+. ", | |
19 " .@@#++#@@@#++#@@. ", | |
20 ".+@@$%..@@@%%.$@@+.", | |
21 ".@@@#&&#@@@#&&#@@@.", | |
22 ".@@@@$#@@@@@#$@@@@.", | |
23 ".@@@@@@@@@@@@@@@@@.", | |
24 ".@@@@@@@@@@+*@+#@@.", | |
25 ".@@..@@@@@@.....=@.", | |
26 ".@*...@@@@....@*@@.", | |
27 " .@..........#=#@. ", | |
28 " .@@=#.......@#@@. ", | |
29 " .@@@@@@*..=*@@. ", | |
30 " .@@@@@@@@@@@. ", | |
31 " ..@@@@@@@.. ", | |
32 " ....... "}; |