GNOME Bugzilla – Bug 308681
The Font Map message script isn't working
Last modified: 2005-10-05 11:24:56 UTC
Select "Font Map" from Xtns/Script-Fu/Utils. When the dialog for the script appears, click OK. After clicking on OK, a dialog box with the following message appears: Error while executing (script-fu-font-map "How quickly daft jumping zebras vex." FALSE TRUE "Sans" 32 10 0) ERROR: wta to car (see errobj)
This is most probably due to the changes that were done in order to fix bug #168290.
That was indeed the problem. I have updated the script accordingly. 2005-06-23 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/font-map.scm: Updated to fix problems related to change in handling of string arrays (see bug #168290). Fixes bug #308681.
I don't think you actually committed this change yet.
Not quite sure how that happened. Changes have now been committed.
The ChangeLog entry is still missing but I am sure you will commit that as well. Closing as FIXED.
This change was now reverted together with the incompatible change to the SIOD wrapper code: 2005-10-05 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/siod-wrapper.c: reverted changes to handling of string arrays to stay backward compatible (see bug #168290 and bug #317634). * plug-ins/script-fu/scripts/font-map.scm: reverted change that was done to adapt to above changes (see bug #308681).