view 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
line wrap: on
line source

/* XPM */
static char * burp_xpm[] = {
"19 19 10 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #333300",
"$	c #333333",
"%	c #666666",
"&	c #FFFFFF",
"*	c #666600",
"=	c #999900",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@@@@@@@@+.   ",
"  .@@@@@@@@@@@@@.  ",
" .+@@##@@@@@##@@+. ",
" .@@#++#@@@#++#@@. ",
".+@@$%..@@@%%.$@@+.",
".@@@#&&#@@@#&&#@@@.",
".@@@@$#@@@@@#$@@@@.",
".@@@@@@@@@@@@@@@@@.",
".@@@@@@@@@@+*@+#@@.",
".@@..@@@@@@.....=@.",
".@*...@@@@....@*@@.",
" .@..........#=#@. ",
" .@@=#.......@#@@. ",
"  .@@@@@@*..=*@@.  ",
"   .@@@@@@@@@@@.   ",
"    ..@@@@@@@..    ",
"      .......      "};