summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
diff options
context:
space:
mode:
authordas <das>2006-01-11 05:57:41 (GMT)
committerdas <das>2006-01-11 05:57:41 (GMT)
commit08fd2c394aa28db50746b3516997c7a42ee43baf (patch)
tree4cf204cba11b3f5fb0261df30e21a332b9ee1efa /macosx/tkMacOSXMenu.c
parentbad210c83a783476d088f18141f858e71894fea3 (diff)
downloadtk-08fd2c394aa28db50746b3516997c7a42ee43baf.zip
tk-08fd2c394aa28db50746b3516997c7a42ee43baf.tar.gz
tk-08fd2c394aa28db50746b3516997c7a42ee43baf.tar.bz2
sync minor overlooked change to HEAD in last commit
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r--macosx/tkMacOSXMenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c
index 797e7ab..a35b00b 100644
--- a/macosx/tkMacOSXMenu.c
+++ b/macosx/tkMacOSXMenu.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.15 2006/01/10 05:38:20 das Exp $
+ * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.16 2006/01/11 05:57:41 das Exp $
*/
#include "tkMacOSXInt.h"
#include "tkMenubutton.h"
@@ -1072,7 +1072,7 @@ ReconfigureIndividualMenu(
TkMenuEntry *mePtr;
int parentDisabled = 0;
-#ifdef TK_MAC_DEBUG_MENUS
+#if defined(TK_MAC_DEBUG) && defined(TK_MAC_DEBUG_MENUS)
/* Carbon-internal menu debugging (c.f. Technote 2124) */
TkMacOSXInitNamedDebugSymbol(HIToolbox, void, DebugPrintMenu, MenuRef menu);
if (DebugPrintMenu) {