diff options
author | dgp <dgp@noemail.net> | 2005-07-25 15:31:10 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-07-25 15:31:10 (GMT) |
commit | e95faf488bbd18391cdeae709cbd28ec7ecf3acc (patch) | |
tree | 9e3b7a7cb843bdffdeff633ff764e9b144c07208 /library/comdlg.tcl | |
parent | 5823e7fe9bef0d239ad9f95d9c6b2156b03595aa (diff) | |
download | tk-e95faf488bbd18391cdeae709cbd28ec7ecf3acc.zip tk-e95faf488bbd18391cdeae709cbd28ec7ecf3acc.tar.gz tk-e95faf488bbd18391cdeae709cbd28ec7ecf3acc.tar.bz2 |
typo fix
FossilOrigin-Name: 31e0110505aa3d65b31594c0ce7a1a5693918a2c
Diffstat (limited to 'library/comdlg.tcl')
-rw-r--r-- | library/comdlg.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/comdlg.tcl b/library/comdlg.tcl index 1a7ab8f..0126ad4 100644 --- a/library/comdlg.tcl +++ b/library/comdlg.tcl @@ -3,7 +3,7 @@ # Some functions needed for the common dialog boxes. Probably need to go # in a different file. # -# RCS: @(#) $Id: comdlg.tcl,v 1.11 2005/07/25 09:06:01 dkf Exp $ +# RCS: @(#) $Id: comdlg.tcl,v 1.12 2005/07/25 15:31:11 dgp Exp $ # # Copyright (c) 1996 Sun Microsystems, Inc. # @@ -205,7 +205,7 @@ proc ::tk::FocusGroup_In {t w detail} { variable FocusIn variable ::tk::Priv - if {$detail ne "NotifyNonlinear" && $detail ne "NotifyNonlinearVirtual"]} { + if {$detail ne "NotifyNonlinear" && $detail ne "NotifyNonlinearVirtual"} { # This is caused by mouse moving out&in of the window *or* # ordinary keypresses some window managers (ie: CDE [Bug: 2960]). return |