From 13fd79203644fcc9761f55356efaa66f6ad48ade Mon Sep 17 00:00:00 2001 From: ana Date: Tue, 13 Feb 2007 13:50:41 +0000 Subject: [PATCH] Repaired bug related to the opening of the link configuration window. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- editor.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/editor.tcl b/editor.tcl index b235c06..d21522c 100755 --- a/editor.tcl +++ b/editor.tcl @@ -1685,7 +1685,6 @@ proc popupConfigDialog { c } { } if { [lsearch {link linklabel} $tk_type] > -1 } { set object_type link - p } if { "$object_type" == ""} { destroy $wi -- 2.39.5