ifdef code requiring ifdef'd constant

This commit is contained in:
ehouse 2003-11-19 04:51:09 +00:00
parent 1133b1d694
commit 8d3c4d490a

View file

@ -369,9 +369,10 @@ showHidePrefsWidgets( PalmAppGlobals* globals, FormPtr form )
if ( !global ) {
Boolean on = getBooleanCtrl( XW_PREFS_TIMERON_CHECKBOX_ID );
disOrEnable( form, XW_PREFS_TIMER_FIELD_ID, on );
#ifdef FEATURE_TRAY_EDIT
on = getBooleanCtrl( XW_PREFS_SEETILES_CHECKBOX_ID );
disOrEnable( form, XW_PREFS_SEETILESROBOT_CHECKBOX_ID, on );
#endif
}
} /* showHidePrefsWidgets */