--- lib/Xm/MenuShell.c.prev Thu Aug 3 12:33:42 2000 +++ lib/Xm/MenuShell.c Thu Aug 3 12:37:44 2000 @@ -1435,8 +1435,8 @@ _XmFastExpose((XmManagerWidget) rowcol); /** the real grab ***/ - _XmMenuGrabKeyboardAndPointer((Widget)rowcol, _time); - _XmMenuFocus(XtParent(rowcol), XmMENU_BEGIN, _time); + _XmMenuGrabKeyboardAndPointer((Widget)rowcol, CurrentTime); + _XmMenuFocus(XtParent(rowcol), XmMENU_BEGIN, CurrentTime); /* To support menu replay, keep the pointer in sync mode */ XAllowEvents(XtDisplay(rowcol), SyncPointer, CurrentTime);