From a5d6642612649f32ac7a31d4d3828ea9e6d0fa88 Mon Sep 17 00:00:00 2001 From: vidon Date: Thu, 2 Jun 2005 16:03:47 +0000 Subject: closed #9 --- Python/library/Zinc.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python') diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in index cc7d425..a2bc40e 100644 --- a/Python/library/Zinc.py.in +++ b/Python/library/Zinc.py.in @@ -479,7 +479,7 @@ class Zinc(Widget): cnf = {} for x in self.tk.split( field != None and self.tk.call(self._w,'itemconfigure', (tagOrId, field)) or - self.tk.call('itemconfigure', (tagOrId,))): + self.tk.call(self._w, 'itemconfigure', (tagOrId,))): cnf[x[0][1:]] = (x[0][1:],) + x[1:] return cnf if field != None: -- cgit v1.1