X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a4da9cccc2575c4bf299bde9594dad3e049ddf6a..0905e6fa81fbe52817b2e67081da9944131a96fb:/lib/python/Screens/Menu.py diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py index ce73a954..c3809318 100644 --- a/lib/python/Screens/Menu.py +++ b/lib/python/Screens/Menu.py @@ -11,6 +11,8 @@ from Components.Label import Label from Components.ProgressBar import ProgressBar from ConfigMenu import * +from TimerEdit import * + from enigma import quitMainloop import xml.dom.minidom @@ -32,7 +34,7 @@ mdom = xml.dom.minidom.parseString( self.setModeRadio() self.setModeFile() self.openDialog(ScartLoopThrough) - + self.openDialog(TimerEditList)