# HG changeset patch # User Karl Heuer # Date 770600846 0 # Node ID 41dda174ca7c15b342dce3ad6bd41128d9f34e88 # Parent a8c703d510ba053712f6042a2d36aa04e97e1741 (xdialog_show): Fix problem with message in dialog box. diff -r a8c703d510ba -r 41dda174ca7c src/xmenu.c --- 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);