comparison src/xmenu.c @ 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 5475c6144371
children 44cfbd972edd
comparison
equal deleted inserted replaced
7769:a8c703d510ba 7770:41dda174ca7c
1899 f->display.x->widget, 1, 0, 1899 f->display.x->widget, 1, 0,
1900 dialog_selection_callback, 0); 1900 dialog_selection_callback, 0);
1901 #if 0 /* This causes crashes, and seems to be redundant -- rms. */ 1901 #if 0 /* This causes crashes, and seems to be redundant -- rms. */
1902 lw_modify_all_widgets (dialog_id, first_wv, True); 1902 lw_modify_all_widgets (dialog_id, first_wv, True);
1903 #endif 1903 #endif
1904 lw_modify_all_widgets (dialog_id, first_wv->contents->next, True); 1904 lw_modify_all_widgets (dialog_id, first_wv->contents, True);
1905 /* Free the widget_value objects we used to specify the contents. */ 1905 /* Free the widget_value objects we used to specify the contents. */
1906 free_menubar_widget_value_tree (first_wv); 1906 free_menubar_widget_value_tree (first_wv);
1907 1907
1908 /* No selection has been chosen yet. */ 1908 /* No selection has been chosen yet. */
1909 menu_item_selection = 0; 1909 menu_item_selection = 0;