aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-06-02 23:47:26 +0000
committerKarl Heuer <[email protected]>1994-06-02 23:47:26 +0000
commitb5587215318461bae4c7fada841b568095a91ea1 (patch)
tree3cc0c3e920e653f40132ecbe532cc1cfc88a958b /src/xmenu.c
parented8f1660175c57882d4369c01a5d4ae39a8b1a4d (diff)
(xdialog_show): Fix problem with message in dialog box.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index ba92c90787..a00bcb1a78 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1901,7 +1901,7 @@ xdialog_show (f, menubarp, keymaps, title, error)
#if 0 /* This causes crashes, and seems to be redundant -- rms. */
lw_modify_all_widgets (dialog_id, first_wv, True);
#endif
- lw_modify_all_widgets (dialog_id, first_wv->contents->next, True);
+ lw_modify_all_widgets (dialog_id, first_wv->contents, True);
/* Free the widget_value objects we used to specify the contents. */
free_menubar_widget_value_tree (first_wv);