view lisp/gnus/indifferent.xpm @ 58432:836d393b1c41

(gnus-summary-exit): Remove redundant and harmful pop-to-buffer, covered by the subsequent gnus-configure-windows.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 22 Nov 2004 20:24:59 +0000
parents 55fd4f77387a
children
line wrap: on
line source

/* XPM */
static char * indifferent_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+++++++++++.",
".++.......++.",
".+++++++++++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};