Mercurial > emacs
changeset 31369:6aa8a6e72c0f
(XlwMenuSetValues): Pass the correct pointer type to XtIsRealized.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 04 Sep 2000 12:13:34 +0000 |
parents | e9e76b797cf7 |
children | 735439f8377f |
files | lwlib/xlwmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/xlwmenu.c Mon Sep 04 12:04:29 2000 +0000 +++ b/lwlib/xlwmenu.c Mon Sep 04 12:13:34 2000 +0000 @@ -1813,7 +1813,7 @@ redisplay = True; - if (XtIsRealized (oldmw)) + if (XtIsRealized (current)) /* If the menu is currently displayed, change the display. */ for (i = 0; i < oldmw->menu.windows_length; i++) {