X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/530dcfb355dc35f9258c286f537b855ce9814adc..90d9f3e7624282749eb59b57d4996f5d1d06c6b1:/lib/python/Screens/Ci.py 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()