summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-12-10 02:51:15 (GMT)
committerdas <das@noemail.net>2008-12-10 02:51:15 (GMT)
commit67fd6c769de8a75c9ec0d33d3be73b4cf76220be (patch)
tree3d6dd29789c17f0ae438df61da54aa36f6889016 /macosx
parent62344f83428e2d3ec7e0ba39d719f3b147ce11ce (diff)
downloadtk-67fd6c769de8a75c9ec0d33d3be73b4cf76220be.zip
tk-67fd6c769de8a75c9ec0d33d3be73b4cf76220be.tar.gz
tk-67fd6c769de8a75c9ec0d33d3be73b4cf76220be.tar.bz2
s/Tk_BackgroundException/Tcl_BackgroundException/
FossilOrigin-Name: addcb794e4ae3cedf22e70a5cadfec3259e61f59
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWindowEvent.c4
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);