Hi: The patch I send recently has a typo that I discovered the other day when trying to make my own theme (well, recover from the death the old theme, so it can become Classic-1.2 or something like that). Ed Hunter confirmed it today and I updated my version and patched imagerc again. ---8<--- Index: themes/Default/imagerc =================================================================== RCS file: /cvs/gnome/gimp/themes/Default/imagerc,v retrieving revision 1.4 diff -u -p -r1.4 imagerc --- themes/Default/imagerc 2002/03/07 14:42:45 1.4 +++ themes/Default/imagerc 2002/03/10 16:51:51 @@ -97,8 +97,8 @@ style "gimp-icons" } stock["gimp-selection-subtract"] = { - { "images/stock-button-selection-substract.png", *, *, "gtk-button" }, - { "images/stock-button-selection-substract.png", *, *, * } + { "images/stock-button-selection-subtract.png", *, *, "gtk-button" }, + { "images/stock-button-selection-subtract.png", *, *, * } } stock["gimp-selection-intersect"] = { --->8--- For those who do not know how themes work, the fix is not vital, cos Default theme is hardcoded, imagerc file is an example to create new themes, things compile and work fine with the typo or without (until you try to use as base for another theme). Sorry for the stupid typo. GSR