changeset 6335:fe5cb6ca692a

*** empty log message ***
author Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
date Mon, 14 Mar 1994 17:50:20 +0000
parents 70e916a2457d
children d7f922a411f9
files lwlib/lwlib-Xaw.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib-Xaw.c	Mon Mar 14 17:21:31 1994 +0000
+++ b/lwlib/lwlib-Xaw.c	Mon Mar 14 17:50:20 1994 +0000
@@ -124,7 +124,10 @@
     }
   else if (XtIsSubclass (widget, dialogWidgetClass))
     {
-      XtVaSetValues (widget, XtNlabel, val->contents->value, 0);
+      Arg al[1];
+      int ac = 0;
+      XtSetArg (al[ac], XtNlabel, val->contents->value); ac++;
+      XtSetValues (widget,  al, ac);
     }
   else if (XtIsSubclass (widget, commandWidgetClass))
     {