diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-23 02:51:36 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-23 02:51:36 +0000 |
| commit | 86518c1dd8f68926be67a2ddb2e171fc68b69c5b (patch) | |
| tree | 077c428d610f87169f3e6f03d109da2022606d35 /lib/python | |
| parent | 1c384bc7cd9e5e2222c275a7a6b47bfd5712e870 (diff) | |
| download | enigma2-86518c1dd8f68926be67a2ddb2e171fc68b69c5b.tar.gz enigma2-86518c1dd8f68926be67a2ddb2e171fc68b69c5b.zip | |
add config option to disable the zap warning message when trying to record
Diffstat (limited to 'lib/python')
| -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 340730a6..656527b2 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -11,4 +11,4 @@ install_PYTHON = \ AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py \ EpgList.py ScrollLabel.py Timezones.py Language.py HelpMenuList.py \ BlinkingPixmap.py Pixmap.py ConditionalWidget.py Slider.py LanguageList.py \ - PluginList.py PluginComponent.py + PluginList.py PluginComponent.py RecordingConfig.py |
