From 438adb6467ed6396ffd5c2b1bdf789bed4a51b65 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Mon, 14 Nov 2005 22:48:58 +0000 Subject: [PATCH] add reset-call to dvbci_ui --- lib/python/Screens/Ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2