diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/Tabular.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |