view pixmaps/tb_refresh.xpm @ 4280:57ab8f0a4263

[gaim-migrate @ 4531] (17:39:44) Robot101: this patch to back out a change that made the OPT_BLIST_POPUP steal focus in an evil way (17:39:45) Robot101: http://people.debian.org/~robot101/blist-avoid-focus-stealing3.diff (17:39:56) Robot101: (entirely my fault) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 10 Jan 2003 22:41:04 +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 %%%%%%%%%",
"%%%%%%%%%%%%  %%%%%%%%%%",
"%%%%%%%%%%%% %%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%%%%%%%%%"
};