Abdelrazak Younes wrote:
> I was going to. I have already committed the icons.
You forgot to add the new image to the Makefile, and you broke both xforms
and gtk :-(
For those unfamiliar with the .xpm format: This can be read as C source (and
is used as such in the xforms and gtk frontends), so one may not
arbitrarily change the internal image name. xforms is broken because of the
name change, gtk because of const correctness. I am committing the attached
patch right now.
Georg
Index: Makefile.am
===================================================================
--- Makefile.am (Revision 13555)
+++ Makefile.am (Arbeitskopie)
@@ -44,6 +44,7 @@ dist_noinst_DATA = \
images/dots.xbm \
images/equation.xpm \
images/font.xbm \
+ images/font.xpm \
images/frac.xpm \
images/greek.xbm \
images/matrix.xpm \
Index: images/style.xpm
===================================================================
--- images/style.xpm (Revision 13555)
+++ images/style.xpm (Arbeitskopie)
@@ -1,5 +1,5 @@
/* XPM */
-static char * delim2_xpm[] = {
+static char const * style_xpm[] = {
"20 20 3 1",
" c None",
". c #0000FF",