aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Ci.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-23 02:42:01 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-23 02:42:01 +0000
commit400bd2feeb0558791604f2653919dae8db6b094c (patch)
tree545f3991fbde41c98b0638bbd8a91089b5a9fda6 /lib/python/Screens/Ci.py
parentd6dcd4c3f46f4453e3978b865650ca756db987e6 (diff)
downloadenigma2-400bd2feeb0558791604f2653919dae8db6b094c.tar.gz
enigma2-400bd2feeb0558791604f2653919dae8db6b094c.zip
send answerEnq
Diffstat (limited to 'lib/python/Screens/Ci.py')
-rw-r--r--lib/python/Screens/Ci.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py
index 1ba036bd..9fe7d854 100644
--- a/lib/python/Screens/Ci.py
+++ b/lib/python/Screens/Ci.py
@@ -81,10 +81,9 @@ class CiMmi(Screen):
self.showWait()
elif self.tag == "ENQ":
print "answer ENQ"
- #eDVBCI_UI.getInstance().answerMenu(self.slotid, 0)
+ eDVBCI_UI.getInstance().answerEnq(self.slotid, str(self.pin[1].parent.value))
self.showWait()
-
def closeMmi(self):
self.Timer.stop()
self.close()