diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-17 17:13:43 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-17 17:13:43 +0000 |
| commit | a377b6ea97e78df6256d23fc128c17c680574d44 (patch) | |
| tree | 3c3daca669329d2848fc13e4c340cbfa8cfc0f29 /lib/python/Screens/Makefile.am | |
| parent | 7eab308715ea1130166915574e3b691e08eb4482 (diff) | |
| download | enigma2-a377b6ea97e78df6256d23fc128c17c680574d44.tar.gz enigma2-a377b6ea97e78df6256d23fc128c17c680574d44.zip | |
some work on the wizard:
- each wizard has its own precondition now
- the steps label and the step slider is hidable for each wizard
- add a tutorial wizard
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 0f873d9d..15b56d41 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -7,4 +7,5 @@ install_PYTHON = \ Satconfig.py ScanSetup.py NetworkSetup.py Ci.py TimerEntry.py Volume.py \ EpgSelection.py EventView.py Mute.py Standby.py ServiceInfo.py \ AudioSelection.py InfoBarGenerics.py HelpMenu.py Wizard.py __init__.py \ - Dish.py SubserviceSelection.py LanguageSelection.py StartWizard.py + Dish.py SubserviceSelection.py LanguageSelection.py StartWizard.py \ + TutorialWizard.py |
