Bug#299444: libtk-img: segfaults when using with Tcl/Tk 8.3

2005-03-14 Thread David N. Welton
Well, the package does require Tcl 8.4... so I suppose you were warned. I guess we could add it to the Tcl files to explicitly forbit use with 8.3. -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com/ -- To UNSUBSCRIBE, email to [EMAI

Bug#299444: libtk-img: segfaults when using with Tcl/Tk 8.3

2005-03-13 Thread Sergei Golovan
Package: libtk-img Version: 1:1.3-11 Severity: important Tags: patch wish8.3 segfaults when using Img. The following script shows label with image with wish8.4 but segfaults with wish8.3 package require Img set img [image create photo -file /usr/share/yelp/icons/important.png] label .l -image $im