Mercurial > pidgin.yaz
view pixmaps/tb_drag_arrow_up.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 | 5fb47ec9bfe4 |
children | 87e95b8ce60b |
line wrap: on
line source
/* XPM */ static const char * arrow_up_xpm[] = { "13 16 2 1", " c None", ". c #FF0000", " . ", " ... ", " ..... ", " ....... ", " ......... ", " ........... ", ".............", " ... ", " ... ", " ... ", " ... ", " ... ", " ... ", " ... ", " ... ", " ... "};