diff lwlib/lwlib-Xm.c @ 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 2200ebac5409
children 383ab474a241
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 */