diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-22 14:07:27 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-22 14:07:27 +0000 |
| commit | 2884810419e8c4d220c91a0bba1e40e67a2fe158 (patch) | |
| tree | c37340a7b58ae6bbce8a69b61af4b0fdeff028c3 /lib/python/Screens/InfoBarGenerics.py | |
| parent | f43943087f01dca40b5bda702340bed885bcc891 (diff) | |
| download | enigma2-2884810419e8c4d220c91a0bba1e40e67a2fe158.tar.gz enigma2-2884810419e8c4d220c91a0bba1e40e67a2fe158.zip | |
changing service in timer edit is now possible
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index f63e9b15..a9f7754b 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -90,7 +90,6 @@ class InfoBarShowHide: STATE_SHOWN = 3 def __init__(self): - print "INFOBARSHOWHIDE init" self["ShowHideActions"] = ActionMap( ["InfobarShowHideActions"] , { "toggleShow": self.toggleShow, |
