diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 17:38:25 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 17:38:25 +0000 |
| commit | 1109344c9409572f9829e46971b71a7fe1d3c8cc (patch) | |
| tree | 2f183531f479e6b94e1bff596b6a84036149296a /lib/python/Components/Sources | |
| parent | e69fde464582ffb74d03510f7ba45542af17d730 (diff) | |
| download | enigma2-1109344c9409572f9829e46971b71a7fe1d3c8cc.tar.gz enigma2-1109344c9409572f9829e46971b71a7fe1d3c8cc.zip | |
show event information of current selected event in channelselection
Diffstat (limited to 'lib/python/Components/Sources')
| -rw-r--r-- | lib/python/Components/Sources/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am index 2e0dd449..43efcf5c 100644 --- a/lib/python/Components/Sources/Makefile.am +++ b/lib/python/Components/Sources/Makefile.am @@ -3,4 +3,4 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources install_PYTHON = \ __init__.py Clock.py EventInfo.py Source.py List.py CurrentService.py \ FrontendStatus.py Boolean.py Config.py ServiceList.py RdsDecoder.py StreamService.py \ - StaticText.py CanvasSource.py + StaticText.py CanvasSource.py ServiceEvent.py |
