comparison 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
comparison
equal deleted inserted replaced
4514:e8a9d6a10efa 4515:bbce7f6de2d6
375 if (width > 0) 375 if (width > 0)
376 { 376 {
377 XtSetArg (al [ac], XmNscaleWidth, width); ac++; 377 XtSetArg (al [ac], XmNscaleWidth, width); ac++;
378 } 378 }
379 379
380 XtSetValues (scale, al, 1); 380 XtSetValues (scale, al, ac);
381 } 381 }
382 #endif /* LWLIB_WIDGETS_MOTIF */ 382 #endif /* LWLIB_WIDGETS_MOTIF */
383 383
384 #ifdef LWLIB_MENUBARS_MOTIF 384 #ifdef LWLIB_MENUBARS_MOTIF
385 385