diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-28 23:48:41 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-28 23:48:41 +0000 |
| commit | 13679e3e790fba64042f98025c38b981fe9f8930 (patch) | |
| tree | 0c53dafb4af3c6598050a767ceac6c3187903297 /lib/python | |
| parent | 6675ac314e701888a48e058e52674222878513cf (diff) | |
| download | enigma2-13679e3e790fba64042f98025c38b981fe9f8930.tar.gz enigma2-13679e3e790fba64042f98025c38b981fe9f8930.zip | |
fix about
Diffstat (limited to 'lib/python')
| -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 9250018e..2d24447a 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -3,4 +3,4 @@ installdir = $(LIBDIR)/enigma2/python/Screens install_DATA = \ ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py \ MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \ - MovieSelection.py Setup.py __init__.py + MovieSelection.py Setup.py About.py __init__.py |
