]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_frame_menubar): Use NULL instead of 0 at the end
authorGerd Moellmann <gerd@gnu.org>
Thu, 3 Aug 2000 20:22:17 +0000 (20:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 3 Aug 2000 20:22:17 +0000 (20:22 +0000)
of variable argument lists of XtVaGetValues and XtVaSetValues.

src/xmenu.c

index 2b27478f30d09c966da0df6b264cd9d7907c6b01..8da7bf7b311a771b1ed4525c77f91d6eb8d8946d 100644 (file)
@@ -1603,7 +1603,7 @@ update_frame_menubar (f)
     {
       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.  */