diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-06 18:35:55 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-06 18:35:55 +0000 |
| commit | 64e44eef78c26d1d6d5a1662ad1d105fb96e9061 (patch) | |
| tree | 43ba547520b2345b3ecbed2317948858dd832351 /lib/python/Components/Makefile.am | |
| parent | 86e9af6a8a52226e0dc08430fb4b03291f9de0c7 (diff) | |
| download | enigma2-64e44eef78c26d1d6d5a1662ad1d105fb96e9061.tar.gz enigma2-64e44eef78c26d1d6d5a1662ad1d105fb96e9061.zip | |
factorize the conditionalPixmap
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 ebad6d0d..6e0e94ba 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -10,4 +10,4 @@ install_PYTHON = \ 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 \ - BlinkingPixmap.py Pixmap.py + BlinkingPixmap.py Pixmap.py ConditionalWidget.py |
