diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-26 13:30:26 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-26 13:30:26 +0000 |
| commit | 9c22bd14f76cbc38c14d417dc185cdcdfc610665 (patch) | |
| tree | b278e7bbf51e9b9058eebc675475770f5cb20211 /lib/python/Components/Button.py | |
| parent | bb9ce4897ba4326cd0cdf4b394631c679ba353dc (diff) | |
| download | enigma2-9c22bd14f76cbc38c14d417dc185cdcdfc610665.tar.gz enigma2-9c22bd14f76cbc38c14d417dc185cdcdfc610665.zip | |
follow api changes
Diffstat (limited to 'lib/python/Components/Button.py')
| -rw-r--r-- | lib/python/Components/Button.py | 2 |
1 files changed, 0 insertions, 2 deletions
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: |
