--- > (image-name (lambda (key) (& "*Img " key "*"))) bash-2.03# diff Image.stklos Image.stklos.orig 149c149 < (apply image 'create 'bitmap (gensym "Img-") args)) --- > (apply image 'create 'bitmap (gensym "Img ") args)) 178c178 < (apply image 'create 'photo (gensym "Img-") args)) --- > (apply image 'create 'photo (gensym "Img ") args)) 202c202 < (slot-set! self 'id (apply image 'create 'pixmap (gensym "Img-") args)))) --- > (slot-set! self 'id (apply image 'create 'pixmap (gensym "Img ") args)))) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ My application works with this patch. If there is no reason to have the blank in the image-name could we apply it to the next release? Amities, Thomas -- **************************************************************************** * Dr.-Ing. Thomas Buerger, +49 5323 84565 oder D1: +49 1703707185 * *************************************************** Roh macht froh ;-) *****Received on Fri Jun 23 2000 - 14:07:34 CEST
This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST