> Date: Thu, 12 Nov 2015 10:54:15 -0800
> From: Gordon Farquharson <gordonfarquharson@gmail.com>
> Cc: Glenn Morris <rgm@gnu.org>, 18997@debbugs.gnu.org
>
> (defvar idlwave-toolbar-compile-icon
> (idlwave-toolbar-make-button
> "/* XPM */
> static char * file[] = {
> \"28 28 2 1\",
> \" c None s backgroundToolBarColor\",
> \". c #000000\",
Two potential differences I see between these icons and what we have
in etc/images are:
. None of the icons in etc/images has size more than 24x24, while
the images in idlw-toolbar.el are 28x28;
. I see no stuff like "s backgroundToolBarColor", only "s None", and
only in 2 icons in etc/images/
Can you see whether one of these differences is the culprit?