From 7453482e26a8d90fd90b6d652b5d47679a91390d Mon Sep 17 00:00:00 2001 From: das Date: Tue, 11 Apr 2006 05:42:11 +0000 Subject: typo --- macosx/tkMacOSXMouseEvent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index 82524d5..9d0d735 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -54,7 +54,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.6.2.12 2006/04/07 06:16:03 das Exp $ + * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.6.2.13 2006/04/11 05:42:11 das Exp $ */ #include "tkMacOSXInt.h" @@ -415,7 +415,7 @@ HandleWindowTitlebarMouseDown(MouseEventData * medPtr, Tk_Window tkwin) case inCollapseBox: if (TrackBox(medPtr->whichWin, medPtr->global, medPtr->windowPart)) { if (tkwin) { - TkpWmSetState((TkWindow *)tkwin, IconicState);; + TkpWmSetState((TkWindow *)tkwin, IconicState); result = 1; } } -- cgit v0.12