diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-05-14 15:23:23 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-05-14 15:23:23 +0000 |
| commit | 7bc4a59528ab13f3062dc1520e76f9ecedd87400 (patch) | |
| tree | 9d6e91be12147eee77d82ec5b49c24ae44f85bd3 /lib/python/Screens/Menu.py | |
| parent | ab8d418f82b2835c267d88ded5d748a6f0e8a852 (diff) | |
| download | enigma2-7bc4a59528ab13f3062dc1520e76f9ecedd87400.tar.gz enigma2-7bc4a59528ab13f3062dc1520e76f9ecedd87400.zip | |
- work on timers
- add eInput widget
- add python/Tools
- add flexible listbox content
Diffstat (limited to 'lib/python/Screens/Menu.py')
| -rw-r--r-- | lib/python/Screens/Menu.py | 4 |
1 files changed, 3 insertions, 1 deletions
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( <item text="Radio-Mode">self.setModeRadio()</item> <item text="File-Mode">self.setModeFile()</item> <item text="Scart">self.openDialog(ScartLoopThrough)</item> - <item text="Timer"></item> + <item text="Timer">self.openDialog(TimerEditList)</item> <menu text="Setup"> <menu text="Service Organising"> <item text="New Bouquets"></item> |
