From a29924752c636cd1777747fe532398e687e08f49 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 8 Apr 2002 13:46:18 +0000 Subject: Ajustements suite a la restructuration de Item.c et � la creation de Field.c --- generic/Map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/Map.c') diff --git a/generic/Map.c b/generic/Map.c index 6887d37..a05b13d 100644 --- a/generic/Map.c +++ b/generic/Map.c @@ -371,7 +371,7 @@ Configure(Item item, WidgetInfo *wi = item->wi; MapItem map = (MapItem) item; - if (ITEM_P.ConfigureAttributes((char *) item, -1, argc, argv, flags) == ZN_ERROR) { + if (ZnConfigureAttributes(wi, item, map_attrs, argc, argv, flags) == ZN_ERROR) { return ZN_ERROR; } @@ -416,7 +416,7 @@ Query(Item item, int argc, Tcl_Obj *CONST argv[]) { - if (ITEM_P.QueryAttribute((char *) item, -1, argv[0]) == ZN_ERROR) { + if (ZnQueryAttribute(item->wi, item, map_attrs, argv[0]) == ZN_ERROR) { return ZN_ERROR; } -- cgit v1.1