comparison lwlib/lwlib.c @ 4522:fc7067b7f407

Backout last patch; forgot to specify file.
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 29 Oct 2008 03:37:16 +0900
parents 383ab474a241
children 726060ee587c
comparison
equal deleted inserted replaced
4521:383ab474a241 4522:fc7067b7f407
1383 } 1383 }
1384 *offset += wv->args->nargs; 1384 *offset += wv->args->nargs;
1385 } 1385 }
1386 } 1386 }
1387 1387
1388 XtArgVal lw_get_value_arg (widget_value* wv, const String name) 1388 XtArgVal lw_get_value_arg (widget_value* wv, String name)
1389 { 1389 {
1390 int i; 1390 int i;
1391 if (wv->args) 1391 if (wv->args)
1392 { 1392 {
1393 for (i = 0; i < wv->args->nargs; i++) 1393 for (i = 0; i < wv->args->nargs; i++)