Mercurial > pidgin.yaz
view pixmaps/status-here.xpm @ 5506:4f72b611f0ee
[gaim-migrate @ 5905]
A few changes here.
- Messages now have reference counting.
- There's a message queue API in servconn. This was needed for times when
we have a message but need further information from a command before
processing it, like initial e-mail notifications.
- As a result of the two above, we now have initial e-mail notifications
again!
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 25 May 2003 09:04:32 +0000 |
parents | 182fbac488c0 |
children |
line wrap: on
line source
/* XPM */ static char * status_here_xpm[] = { "12 12 10 1", " c None", ". c #C0C0C0", "+ c #000000", "@ c #808000", "# c #FFFF00", "$ c #FFFFFF", "% c #000080", "& c #808080", "* c #800000", "= c #FF0000", " ..++@@.. ", " .++####@@. ", ".+##$$$$#$@.", ".+#$$$####@.", "+#$$%$#%$##@", "+#$.&..&.##@", "+##########@", "+##*####=##@", ".+##*==*##@.", ".+########@.", " .++#$$#@@. ", " ..+++@.. "};