diff options
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/Activate.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 5774176e823..2c36cc85033 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Activate.c,v 1.1 1999/10/03 19:34:50 fx Exp $ */ | 1 | /* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Activate.c,v 1.2 2000/01/27 15:31:20 gerd Exp $ */ |
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 2 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | 3 | ||
| 4 | #include "copyright.h" | 4 | #include "copyright.h" |
| @@ -311,7 +311,8 @@ XMenuActivate(display, menu, p_num, s_num, x_pos, y_pos, event_mask, data, | |||
| 311 | } | 311 | } |
| 312 | } | 312 | } |
| 313 | cur_s = (XMSelect *)event_xmw; | 313 | cur_s = (XMSelect *)event_xmw; |
| 314 | help_callback (cur_s->help_string); | 314 | help_callback (cur_s->help_string, |
| 315 | cur_p->serial, cur_s->serial); | ||
| 315 | 316 | ||
| 316 | /* | 317 | /* |
| 317 | * If the pane we are in is active and the | 318 | * If the pane we are in is active and the |