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 2b27478f30d..8da7bf7b311 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1603,7 +1603,7 @@ update_frame_menubar (f)
1603 { 1603 {
1604 XtManageChild (x->menubar_widget); 1604 XtManageChild (x->menubar_widget);
1605 XtMapWidget (x->menubar_widget); 1605 XtMapWidget (x->menubar_widget);
1606 XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, 0); 1606 XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL);
1607 } 1607 }
1608 1608
1609 /* Re-manage the text-area widget, and then thrash the sizes. */ 1609 /* Re-manage the text-area widget, and then thrash the sizes. */