From: Ronny Strutz Date: Mon, 14 Nov 2005 22:48:58 +0000 (+0000) Subject: add reset-call to dvbci_ui X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=438adb6467ed6396ffd5c2b1bdf789bed4a51b65;ds=sidebyside add reset-call to dvbci_ui --- diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py index 864a935..fe34f4a 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"