summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/tkMacOSXMouseEvent.c4
1 files 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;
}
}