diff options
author | das <das> | 2008-12-10 02:51:16 (GMT) |
---|---|---|
committer | das <das> | 2008-12-10 02:51:16 (GMT) |
commit | 26674990da2b0988439fdeaec362660d008807c7 (patch) | |
tree | 3d6dd29789c17f0ae438df61da54aa36f6889016 | |
parent | 14d9a1e2feaf5668b184e34e273d1f77a94f158a (diff) | |
download | tk-26674990da2b0988439fdeaec362660d008807c7.zip tk-26674990da2b0988439fdeaec362660d008807c7.tar.gz tk-26674990da2b0988439fdeaec362660d008807c7.tar.bz2 |
s/Tk_BackgroundException/Tcl_BackgroundException/
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index 28658c9..9faabd0 100644 --- a/macosx/tkMacOSXWindowEvent.c +++ b/macosx/tkMacOSXWindowEvent.c @@ -48,7 +48,7 @@ * permission to use and distribute the software in accordance with the * terms specified in this license. * - * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.34 2008/12/09 21:22:56 dgp Exp $ + * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.35 2008/12/10 02:51:16 das Exp $ */ #include "tkMacOSXPrivate.h" @@ -891,7 +891,7 @@ TkWmProtocolEventProc( Tcl_AddErrorInfo(interp, Tk_GetAtomName((Tk_Window) winPtr, protocol)); Tcl_AddErrorInfo(interp, "\" window manager protocol)"); - Tk_BackgroundException(interp, result); + Tcl_BackgroundException(interp, result); } Tcl_Release(interp); Tcl_Release(protPtr); |