diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-14 22:48:58 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-14 22:48:58 +0000 |
| commit | 438adb6467ed6396ffd5c2b1bdf789bed4a51b65 (patch) | |
| tree | a5fb94fcb631a0a05eb37da2c87190b33034b380 /lib/python/Screens | |
| parent | afb996e31e73607e2ef25ba679a15f15c94701e4 (diff) | |
| download | enigma2-438adb6467ed6396ffd5c2b1bdf789bed4a51b65.tar.gz enigma2-438adb6467ed6396ffd5c2b1bdf789bed4a51b65.zip | |
add reset-call to dvbci_ui
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/Ci.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py index 864a935a..fe34f4aa 100644 --- a/lib/python/Screens/Ci.py +++ b/lib/python/Screens/Ci.py @@ -10,7 +10,6 @@ from Components.HTMLComponent import * from Components.GUIComponent import * from Components.config import * -#from enigma import eListbox, eListboxPythonConfigContent from enigma import * #use this class to synchronize all ci to/from user communications @@ -45,6 +44,7 @@ class CiWait(Screen): if query == 0: #reset self.Timer.start(1000) #block 1 second print "reset" + eDVBCI_UI.getInstance().setReset(0) if query == 1: #init self.Timer.start(1000) #block 1 second print "init" |
