aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorlecoanet2004-05-07 09:37:42 +0000
committerlecoanet2004-05-07 09:37:42 +0000
commit3de3631fdf5eb8c739ffa94ce41104fe6b773d0b (patch)
treee4b3230229358228139ee2794f2329bc5a3861c8 /generic
parentdaf51e6ba05a389eac07b4206b504f85174036d4 (diff)
downloadtkzinc-3de3631fdf5eb8c739ffa94ce41104fe6b773d0b.zip
tkzinc-3de3631fdf5eb8c739ffa94ce41104fe6b773d0b.tar.gz
tkzinc-3de3631fdf5eb8c739ffa94ce41104fe6b773d0b.tar.bz2
tkzinc-3de3631fdf5eb8c739ffa94ce41104fe6b773d0b.tar.xz
Fixed a typo in the class structure
Diffstat (limited to 'generic')
-rw-r--r--generic/Tabular.c2
1 files changed, 1 insertions, 1 deletions
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,