diff options
Diffstat (limited to 'library/xmfbox.tcl')
-rw-r--r-- | library/xmfbox.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/xmfbox.tcl b/library/xmfbox.tcl index 02e18f1..3d168e6 100644 --- a/library/xmfbox.tcl +++ b/library/xmfbox.tcl @@ -4,7 +4,7 @@ # Unix platform. This implementation is used only if the # "tk_strictMotif" flag is set. # -# RCS: @(#) $Id: xmfbox.tcl,v 1.9 1999/11/24 20:59:06 hobbs Exp $ +# RCS: @(#) $Id: xmfbox.tcl,v 1.10 2000/01/06 02:22:25 hobbs Exp $ # # Copyright (c) 1996 Sun Microsystems, Inc. # @@ -786,7 +786,8 @@ proc tkListBoxKeyAccel_Key {w key} { catch { after cancel $tkPriv(lbAccel,$w,afterId) } - set tkPriv(lbAccel,$w,afterId) [after 500 tkListBoxKeyAccel_Reset $w] + set tkPriv(lbAccel,$w,afterId) [after 500 \ + [list tkListBoxKeyAccel_Reset $w]] } proc tkListBoxKeyAccel_Goto {w string} { |