view etc/images/ezimage/unlock.xpm @ 69716:73f175471c73

(url-handler-directory-file-name): New handler. (url-file-local-copy): Plug race condition security hole.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 29 Mar 2006 08:00:09 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * unlock_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
" .......        ",
"..+++++..       ",
".++...++.       ",
".+.....+.       ",
".+.....+........",
"....++++++++++..",
"  .++@@@@@@@@++.",
"  .+@@@@@@@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@++++@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .++++++++++++.",
"  .............."};