From 7a3b67b2df7715a87b618a73475c4717d04a327c Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 2 Oct 2003 12:43:17 +0000 Subject: Changed the ZnConfigureAttributes api. --- generic/Tabular.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/Tabular.c b/generic/Tabular.c index cca3b71..89cb402 100644 --- a/generic/Tabular.c +++ b/generic/Tabular.c @@ -201,7 +201,7 @@ Configure(ZnItem item, ZnItem old_connected; old_connected = item->connected_item; - if (ZnConfigureAttributes(item->wi, item, tabular_attrs, + if (ZnConfigureAttributes(item->wi, item, item, tabular_attrs, argc, argv, flags) == TCL_ERROR) { return TCL_ERROR; } -- cgit v1.1