view pixmaps/away.xpm @ 4576:c7569367ed87

[gaim-migrate @ 4857] "Sender: darkrain I tried your patch, but my system (debian unstable) barfed building it. The first problem was that sound.h was included before gaim.h, so I moved it to be included after gaim.h. Then, I changed the other line (the one about playing the actualy sound) to read: gaim_sound_play_event(GAIM_SOUND_POUNCE_DEFAULT); " now it should actually work :-) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 12 Feb 2003 03:12:03 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * away_xpm[] = {
"16 7 2 1",
" 	c None",
".	c #E89530",
"  ....          ",
" .  ..          ",
"   ..  .... ....",
"  ..  . .. . .. ",
" ...  . .  . .  ",
" ..  . .. . .. .",
"..... .... .... "};