view etc/images/sort-row-ascending.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 ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_sort_row_ascending_xpm[] = {
"21 17 2 1",
" 	c None",
".	c #000000",
"                     ",
"                     ",
"                     ",
"                     ",
"  ...         ....   ",
" . ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..         .....  ",
"   ..            ..  ",
"   ..        .   ..  ",
" ..... . . . .....   ",
"                     ",
"                     ",
"                     ",
"                     ",
"                     "};