diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-05-04 23:34:47 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-05-04 23:34:47 +0000 |
| commit | 84702da5d3a6df33717b399b859008a3cf8a1522 (patch) | |
| tree | 03495da465a37db044f69bee8a3f06945947b33d /lib/python/Screens/__init__.py | |
| parent | fd002c45932aa88271af9be88f2d585199ac5a1e (diff) | |
| download | enigma2-84702da5d3a6df33717b399b859008a3cf8a1522.tar.gz enigma2-84702da5d3a6df33717b399b859008a3cf8a1522.zip | |
move/resize PiP window (requires new drivers) (and is not yet working properly)
Diffstat (limited to 'lib/python/Screens/__init__.py')
| -rw-r--r-- | lib/python/Screens/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 30f39b1c..55830ea6 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -4,6 +4,6 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", "EpgSelection", "EventView", "Standby", "ServiceInfo", - "InfoBarGenerics", "HelpMenu", "Wizard", + "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup", "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary", "TimerSelection" ] |
