changeset 7770:41dda174ca7c

(xdialog_show): Fix problem with message in dialog box.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Jun 1994 23:47:26 +0000
parents a8c703d510ba
children f23eaf6babac
files src/xmenu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Thu Jun 02 19:12:26 1994 +0000
+++ b/src/xmenu.c	Thu Jun 02 23:47:26 1994 +0000
@@ -1901,7 +1901,7 @@
 #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);