From 26674990da2b0988439fdeaec362660d008807c7 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 10 Dec 2008 02:51:16 +0000 Subject: s/Tk_BackgroundException/Tcl_BackgroundException/ --- macosx/tkMacOSXWindowEvent.c | 4 ++-- 1 file 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); -- cgit v0.12