This patch fixes the problem where under athena the tabs font wouldn't
get updated for the current frame.
This is also my first e-mail sent from my Linux home system !!
Offtopic: After a while my mouse seems to become very unresponsive. Has
anyone seen this under Linux? Does anyone have any suggestions.
andy
2000-01-15 Andy Piper <andy(a)xemacs.org>
* lwlib-Xlw.c (lw_update_one_widget): make sure global
properties gets set.
Index: lwlib-Xlw.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/lwlib/lwlib-Xlw.c,v
retrieving revision 1.7.2.5
diff -u -r1.7.2.5 lwlib-Xlw.c
--- lwlib-Xlw.c 1999/12/07 23:11:58 1.7.2.5
+++ lwlib-Xlw.c 2000/01/15 13:36:38
@@ -536,6 +536,9 @@
widget_value* val, Boolean deep_p)
{
WidgetClass class = XtClass (widget);
+ /* Update up global arg values. */
+ if (val->args && val->args->nargs)
+ XtSetValues (widget, val->args->args, val->args->nargs);
if (0)
;