#961805: fix Edit.text_modified().

This commit is contained in:
Georg Brandl 2008-05-17 17:57:01 +00:00
parent 4bfb59390c
commit 28fdfa9839
2 changed files with 3 additions and 2 deletions

View file

@ -2908,8 +2908,7 @@ class Text(Widget):
and edit_undo
"""
return self._getints(
self.tk.call((self._w, 'edit') + args)) or ()
return self.tk.call(self._w, 'edit', *args)
def edit_modified(self, arg=None):
"""Get or Set the modified flag