From 9c22bd14f76cbc38c14d417dc185cdcdfc610665 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 26 Jan 2006 13:30:26 +0000 Subject: follow api changes --- lib/python/Components/Button.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/python/Components/Button.py') diff --git a/lib/python/Components/Button.py b/lib/python/Components/Button.py index d9226b6d..cb4b4213 100644 --- a/lib/python/Components/Button.py +++ b/lib/python/Components/Button.py @@ -17,11 +17,9 @@ class Button(HTMLComponent, GUIComponent, VariableText): return 0 def disable(self): -# self.instance.hide() pass def enable(self): -# self.instance.show() pass # html: -- cgit v1.2.3