diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-10-15 00:14:57 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-10-15 00:14:57 +0000 |
| commit | 0c4182b7ce069ba7055fc9d0ffda7f4f8ba13e9f (patch) | |
| tree | a6bceb2e15f8bb005cf58e000ae18356af39e7ca /lib/python/Screens/NetworkSetup.py | |
| parent | 84f04f5d7473fa875372c53af82b11791da572dc (diff) | |
| download | enigma2-0c4182b7ce069ba7055fc9d0ffda7f4f8ba13e9f.tar.gz enigma2-0c4182b7ce069ba7055fc9d0ffda7f4f8ba13e9f.zip | |
add single satellite scan to userinterface
Diffstat (limited to 'lib/python/Screens/NetworkSetup.py')
| -rw-r--r-- | lib/python/Screens/NetworkSetup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 3f5520b1..8b552654 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -4,6 +4,7 @@ from Components.ConfigList import ConfigList from Components.config import config from Components.config import getConfigListEntry from Components.Network import iNetwork +from Components.Label import Label class NetworkSetup(Screen): def __init__(self, session): @@ -31,6 +32,8 @@ class NetworkSetup(Screen): self["config"] = ConfigList(self.list) self.createSetup() + self["introduction"] = Label("Press OK to activate the settings.") + def createSetup(self): self.list = [] |
