aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvidon2005-06-02 16:03:47 +0000
committervidon2005-06-02 16:03:47 +0000
commita5d6642612649f32ac7a31d4d3828ea9e6d0fa88 (patch)
tree42e60af75887a97f672c1d8c5c6cd2809819e403
parentaf84cd819fca9f9737724378df3df3488c200c4d (diff)
downloadtkzinc-a5d6642612649f32ac7a31d4d3828ea9e6d0fa88.zip
tkzinc-a5d6642612649f32ac7a31d4d3828ea9e6d0fa88.tar.gz
tkzinc-a5d6642612649f32ac7a31d4d3828ea9e6d0fa88.tar.bz2
tkzinc-a5d6642612649f32ac7a31d4d3828ea9e6d0fa88.tar.xz
closed #9
-rw-r--r--Python/library/Zinc.py.in2
1 files changed, 1 insertions, 1 deletions
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: