changeset 4515:bbce7f6de2d6

Fix typo in XtSetValues in xm_update_progress().
author Stephen J. Turnbull <stephen@xemacs.org>
date Sun, 26 Oct 2008 21:26:42 +0900
parents e8a9d6a10efa
children 279cadceaa13
files lwlib/lwlib-Xm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */