aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index ba92c90787f..a00bcb1a78b 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1901,7 +1901,7 @@ xdialog_show (f, menubarp, keymaps, title, error)
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