diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-04 09:24:39 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-04 09:24:39 +0000 |
| commit | 200264273687a4c4bd97574ee7f725122548d019 (patch) | |
| tree | 0568e6181ddd0ba4e8d34d3eea6065adebbfc11f /lib/python/Components/Makefile.am | |
| parent | deddfcf89d1356ae1b3782f800ad6925caf92335 (diff) | |
| download | enigma2-200264273687a4c4bd97574ee7f725122548d019.tar.gz enigma2-200264273687a4c4bd97574ee7f725122548d019.zip | |
avoid future redundant code by moving functionality for tuner status display to a seperate component (which is a BIT slower because infobar values are gathered twice)
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rw-r--r-- | lib/python/Components/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index 94a8c06c..8f43cae1 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -13,6 +13,6 @@ install_PYTHON = \ BlinkingPixmap.py Pixmap.py ConditionalWidget.py Slider.py LanguageList.py \ PluginList.py PluginComponent.py RecordingConfig.py About.py UsageConfig.py \ FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py \ - MultiContent.py MediaPlayer.py + MultiContent.py MediaPlayer.py TunerInfo.py |
