# HG changeset patch # User Stephen J. Turnbull # Date 1225024002 -32400 # Node ID bbce7f6de2d61e0c1852d90d99b94cefb9bd53d2 # Parent e8a9d6a10efaa16af0cbfed0f6a0b9065f789eef Fix typo in XtSetValues in xm_update_progress(). diff -r e8a9d6a10efa -r bbce7f6de2d6 lwlib/lwlib-Xm.c --- a/lwlib/lwlib-Xm.c Sat Oct 25 21:52:48 2008 +0900 +++ b/lwlib/lwlib-Xm.c Sun Oct 26 21:26:42 2008 +0900 @@ -377,7 +377,7 @@ XtSetArg (al [ac], XmNscaleWidth, width); ac++; } - XtSetValues (scale, al, 1); + XtSetValues (scale, al, ac); } #endif /* LWLIB_WIDGETS_MOTIF */