# HG changeset patch # User Gerd Moellmann # Date 965334137 0 # Node ID 2a22be2633b2f18cadc95efe67ef3b01fb15fb57 # Parent 3bb43339533ce7903e681ccd8767ac436312ca4d (update_frame_menubar): Use NULL instead of 0 at the end of variable argument lists of XtVaGetValues and XtVaSetValues. diff -r 3bb43339533c -r 2a22be2633b2 src/xmenu.c --- a/src/xmenu.c Thu Aug 03 20:21:52 2000 +0000 +++ b/src/xmenu.c Thu Aug 03 20:22:17 2000 +0000 @@ -1603,7 +1603,7 @@ { XtManageChild (x->menubar_widget); XtMapWidget (x->menubar_widget); - XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, 0); + XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL); } /* Re-manage the text-area widget, and then thrash the sizes. */