[Pythonmac-SIG] AskString dialog id error

Dean E.Draayer draayer@door.net
Tue, 5 Oct 99 01:40:39 -0500


In EasyDialogs.py in the definition of AskString, the following line
should be deleted:

    Line 75:  id = 257

Evidently, the id parameter is being initialized with a default argument,
so this line will clobber any user-supplied value for this argument.

Dean Draayer