Mercurial > pidgin
view pixmaps/gnomeicu-ffc.xpm @ 3001:87fff45fa36b
[gaim-migrate @ 3014]
Improved typing notification for Yahoo so that it sends and recieves notification that the user has stopped typing.
Also, combined serv_send_typing and serv_send_typing_stopped... expect the same with serv_got_typing_stopped.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 04 Mar 2002 04:18:02 +0000 |
parents | fa310994ea12 |
children | 3f76de1d69e1 |
line wrap: on
line source
/* XPM */ static char * icon_ffc_xpm[] = { /* columns rows colors chars-per-pixel */ "16 16 6 1", " c black", ". c navy", "X c green", "o c yellow", "O c white", "+ c None", /* pixels */ "+++++++ +++++++", "++++++ OX + ++", "++ + OXX OX +", "+ OX XX OXX +", "+ O X ++", "++ Ooooooo +++", " Oo..o..oo +++", " O Ooooooooo ++", "+ Oo.ooo.oo X +", "+ Oo...oo XX ", " OX Oooo +", " OXX o XX +++", " OO O OXXX ++", "+ + OX OXX ++", "++++ O + O ++", "++++ ++++ +++" };