changeset: 4550:bbce7f6de2d61e0c1852d90d99b94cefb9bd53d2
user: Stephen J. Turnbull <stephen(a)xemacs.org>
date: Sun Oct 26 21:26:42 2008 +0900
files: lwlib/lwlib-Xm.c
description:
Fix typo in XtSetValues in xm_update_progress().
diff -r e8a9d6a10efaa16af0cbfed0f6a0b9065f789eef -r
bbce7f6de2d61e0c1852d90d99b94cefb9bd53d2 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 @@ xm_update_progress (widget_instance* UNU
XtSetArg (al [ac], XmNscaleWidth, width); ac++;
}
- XtSetValues (scale, al, 1);
+ XtSetValues (scale, al, ac);
}
#endif /* LWLIB_WIDGETS_MOTIF */
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches