diff options
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/Activate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 447b7398ca2..2d1d5068328 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -457,6 +457,9 @@ XMenuActivate( | |||
| 457 | * deactivate it. | 457 | * deactivate it. |
| 458 | */ | 458 | */ |
| 459 | if (cur_s->activated) { | 459 | if (cur_s->activated) { |
| 460 | /* Emacs specific, HELP_STRING cannot be validly NULL | ||
| 461 | * in the real XMenu library. */ | ||
| 462 | help_callback (NULL, cur_p->serial, cur_s->serial); | ||
| 460 | cur_s->activated = False; | 463 | cur_s->activated = False; |
| 461 | _XMRefreshSelection(display, menu, cur_s); | 464 | _XMRefreshSelection(display, menu, cur_s); |
| 462 | } | 465 | } |