Mercurial > pidgin.yaz
view pixmaps/tb_refresh.xpm @ 5170:13ffa9ae4282
[gaim-migrate @ 5534]
This makes the buddy ticker plugin work again, and may cause some slight
breakage in some plugins, since it slightly changes the behavior of:
event_buddy_signon
event_buddy_signoff
event_buddy_away
event_buddy_back
Then again, it's nothing compared to the massive breakage being thought up
for the very near future ;-)
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 18 Apr 2003 21:49:45 +0000 |
parents | 6f049002d963 |
children |
line wrap: on
line source
/* XPM */ static char *tb_refresh_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 10 1", " c black", ". c #37452b", "X c #004300550035", "o c #475937", "O c #4c603c", "+ c #526741", "@ c #566b43", "# c #5a7046", "$ c #5c7449", "% c None", /* pixels */ "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%% %%%%%%%%%%%%", "%%%%%%%%%% %%%%%%%%%%%%", "%%%%%%%%% @O %%%%%%%%%", "%%%%%%%% +#++OX %%%%%%%", "%%%%%%%%% @+ XX %%%%%%", "%%%%%%% %% %%% . %%%%%%", "%%%%%% %%%% %%%% . %%%%%", "%%%%% %%%%%%%%%% %%%%%", "%%%%% %%%%%%%%%% %%%%%", "%%%%% X %%%% %%%% %%%%%%", "%%%%%% X %%% %% %%%%%%%", "%%%%%% XO +o %%%%%%%%%", "%%%%%%% ++$+O+ %%%%%%%%", "%%%%%%%%% OX %%%%%%%%%", "%%%%%%%%%%%% %%%%%%%%%%", "%%%%%%%%%%%% %%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%", "%%%%%%%%%%%%%%%%%%%%%%%%" };