view etc/images/separator.xpm @ 69935:3fc0524ae318

(unload-feature): A bit of sanity check of load-history entries. Cancel timer-vars before unbinding them.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 Apr 2006 17:05:16 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};