From 3de3631fdf5eb8c739ffa94ce41104fe6b773d0b Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 7 May 2004 09:37:42 +0000 Subject: Fixed a typo in the class structure --- generic/Tabular.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') diff --git a/generic/Tabular.c b/generic/Tabular.c index 382342c..532d573 100644 --- a/generic/Tabular.c +++ b/generic/Tabular.c @@ -673,8 +673,8 @@ static ZnItemClassStruct TABULAR_ITEM_CLASS = { "tabular", sizeof(TabularItemStruct), tabular_attrs, + 0, ZN_CLASS_HAS_ANCHORS|ZN_CLASS_ONE_COORD, /* flags */ - True, /* has_anchors */ Tk_Offset(TabularItemStruct, pos), Init, Clone, -- cgit v1.1