From e446c9b3cb3efcba1cafd0d7de0494ef012502ba Mon Sep 17 00:00:00 2001 From: vidon Date: Thu, 2 Jun 2005 10:01:35 +0000 Subject: Closed #5 value now returned --- Python/library/Zinc.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in index c0c8531..799e960 100644 --- a/Python/library/Zinc.py.in +++ b/Python/library/Zinc.py.in @@ -232,7 +232,7 @@ class Zinc(Widget): """ id = zinc.clone(tagOrId, **attributs) """ - self.tk.call(self._w,'clone', *args) + return self.tk.call(self._w,'clone', *args) def __oldconfigure(self,**kw): -- cgit v1.1