diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-25 05:51:44 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-25 05:51:44 +0000 |
| commit | e330dbae62e83dd2aa2ff63a984519a84b23c3ad (patch) | |
| tree | 7138f778d7a7817f01413931ab29d88ca2f13c7e /lib/python/Components/Makefile.am | |
| parent | 6f1188bea106d335f993729e4971770deac88619 (diff) | |
| download | enigma2-e330dbae62e83dd2aa2ff63a984519a84b23c3ad.tar.gz enigma2-e330dbae62e83dd2aa2ff63a984519a84b23c3ad.zip | |
add a blinking point to the infobar
the blinking point appears when doing an instant record
it is a hack up to now
the point looks ugly, because the transparency needs to be explored first
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rw-r--r-- | lib/python/Components/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index c2787d9c..31eb61c1 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -9,4 +9,5 @@ install_PYTHON = \ GUIComponent.py MenuList.py TextInput.py __init__.py MovieList.py \ InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \ AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py \ - EpgList.py ScrollLabel.py Timezones.py Language.py HelpMenuList.py + EpgList.py ScrollLabel.py Timezones.py Language.py HelpMenuList.py \ + BlinkingPoint.py Pixmap.py |
