From: Adam Dickmeiss Date: Wed, 21 Jun 1995 11:11:00 +0000 (+0000) Subject: Bug fix: libdir undefined in about-origin. X-Git-Tag: IRTCL.1.4~254 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=694f7bbadeaa3580f00275fb98becfe9e580f3b2;p=ir-tcl-moved-to-github.git Bug fix: libdir undefined in about-origin. --- diff --git a/client.tcl b/client.tcl index dab24f5..81901c9 100644 --- a/client.tcl +++ b/client.tcl @@ -4,7 +4,10 @@ # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.50 1995-06-21 11:04:48 adam +# Revision 1.51 1995-06-21 11:11:00 adam +# Bug fix: libdir undefined in about-origin. +# +# Revision 1.50 1995/06/21 11:04:48 adam # Uses GNU autoconf 2.3. # Install procedure implemented. # boook bitmaps moved to sub directory bitmaps. @@ -548,6 +551,7 @@ proc about-origin-logo {n} { proc about-origin {} { set w .about-origin-w + global libdir if {[winfo exists $w]} { destroy $w