README for gtk-maglis-000308-0.patch.gz This file is a patch against GTK+ 1.2.7 It is a 10 line change to one file, gtk/gtkfontsel.c This patch fixes a bug in the font selection dialog. It appears that on some systems (mine at least) there are some fonts that appear on the list but cannot be loaded by GDK. The application would crash in that case, with a core dump (segmentation violation). Now it just reports that the selected font was not available and continues happily. I applied the patch with the following command, from the gtk+-1.2.7 dir: patch -p1 -i gtk-maglis-000308-0.patch ---- Grigorios Magklis maglis@cs.rochester.edu