view etc/images/separator.xpm @ 97002:1ff787a61e48

* image.c (svg_load_image): Check for failure in return value of rsvg_handle_get_pixbuf. Free rsvg handle when done.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Jul 2008 05:51:10 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};