view etc/images/custom/down-pushed.xpm @ 111708:13061011e6ac

mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil, assuming that article displaying or another mml-preview may be interrupted for an error or for the like.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 25 Nov 2010 05:09:25 +0000
parents 87681b1f74ce
children
line wrap: on
line source

/* XPM */
static char * down_pushed_xpm[] = {
"8 12 4 1",
" 	c none",
".	c gray45",
"X	c gray90",
"O	c gray60",
"........",
".OOOOOOX",
" .OOOOX ",
" .OOOOX ",
"  .OOX  ",
"  .OOX  ",
"   OX   ",
"   OX   ",
"        ",
"        ",
"        ",
"        "};