X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=client.tcl;h=2092bc6895622887d1e88848ad59c3862ea41e94;hb=16d63e77a35ae097b9d329c1a1693edf5b29409e;hp=d1f7065855e2765b485aab64ed47110e74b4600f;hpb=64d08772ceaac3e4ad37c89ec270d72f5c6f5c28;p=ir-tcl-moved-to-github.git diff --git a/client.tcl b/client.tcl index d1f7065..2092bc6 100644 --- a/client.tcl +++ b/client.tcl @@ -1,10 +1,23 @@ # IR toolkit for tcl/tk -# (c) Index Data 1995 +# (c) Index Data 1995-1996 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.92 1996-03-29 16:04:30 adam +# Revision 1.96 1996-08-09 15:30:18 adam +# Procedure destroyGW modified to handle multiple calls - probably an +# error introduced by tk4.1 patch level 1. +# +# Revision 1.95 1996/07/26 09:15:08 adam +# IrTcl version 1.2 patch level 1. +# +# Revision 1.94 1996/07/25 15:55:34 adam +# IrTcl version 1.2 release. +# +# Revision 1.93 1996/06/28 08:43:54 adam +# Moved towards version 1.2. +# +# Revision 1.92 1996/03/29 16:04:30 adam # Work on GRS-1 presentation. # # Revision 1.91 1996/03/27 17:00:53 adam @@ -615,7 +628,7 @@ proc post-menu {wbutton wmenu} { # See also topLevelG. proc destroyGW {w} { global windowGeometry - set windowGeometry($w) [wm geometry $w] + catch {set windowGeometry($w) [wm geometry $w]} } # Procedure topLevelG @@ -3972,7 +3985,7 @@ if {[catch {ir z39}]} { } # Init: Uncomment this line if you wan't to enable logging. -z39 logLevel all {} irtcl.log +#z39 logLevel all # Init: If hostid is a valid target, a new connection will be established # immediately.