From 3573488ef227bd7719eae892c72784cace95ffd4 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 12 Mar 2005 00:19:13 +0000 Subject: cyclone alpha54 and toxy alpha16 (see notes.txt for cyclone, toxy and shared) svn path=/trunk/externals/miXed/; revision=2618 --- test/toxy/lbpict.wid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/toxy/lbpict.wid') diff --git a/test/toxy/lbpict.wid b/test/toxy/lbpict.wid index d7d5771..6378f8e 100644 --- a/test/toxy/lbpict.wid +++ b/test/toxy/lbpict.wid @@ -1,5 +1,7 @@ proc ::toxy::lbpict {path fname} { - $path config -image [image create photo -file $fname] + if {[catch {$path config -image [image create photo -file $fname]} res]} { + puts stderr [concat failed ::toxy::lbpict: $res] + } } #> lbpict label -- cgit v1.2.1