diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-11 15:16:40 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-11 15:16:40 +0000 |
| commit | 502fcfc68a0634e5d5bd586c9a89fe93dc0cbcc4 (patch) | |
| tree | 7819233e21e83ca80d1890146c45b559d8fbc653 /lib/python/Screens/Makefile.am | |
| parent | bdb316e040fe0e4d958a2dae1611bd18162a45ac (diff) | |
| download | enigma2-502fcfc68a0634e5d5bd586c9a89fe93dc0cbcc4.tar.gz enigma2-502fcfc68a0634e5d5bd586c9a89fe93dc0cbcc4.zip | |
add Event detail viewer
not final version yet.. service name is missing, and i need to build a scrollable label
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 30e8f540..97e202f2 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -5,4 +5,4 @@ install_PYTHON = \ MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \ MovieSelection.py Setup.py About.py HarddiskSetup.py FixedMenu.py \ Satconfig.py ScanSetup.py NetworkSetup.py Ci.py TimerEntry.py Volume.py \ - EpgSelection.py Mute.py __init__.py + EpgSelection.py EventView.py Mute.py __init__.py |
