From 814111dab07d3e661567de7c6bd360e84b1a59ba Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Thu, 29 Sep 2005 11:12:01 +0000 Subject: [PATCH] add satconfig --- data/menu.xml | 4 +++- data/skin.xml | 6 +++++- lib/python/Screens/Makefile.am | 3 ++- lib/python/Screens/__init__.py | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/data/menu.xml b/data/menu.xml index ec4c9f61..3064fdb8 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -1,6 +1,7 @@ + self.openDialog(Satconfig) self.openDialog(TimerEditList) self.openDialog(About) @@ -12,7 +13,8 @@ - self.openSetup("satconfig") + self.openDialog(Satconfig) + self.openDialog(ServiceScan) self.openDialog(ServiceScan) diff --git a/data/skin.xml b/data/skin.xml index ee764a36..ac2089dd 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -32,7 +32,8 @@ """ """ - + + @@ -51,6 +52,9 @@ + + + diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index e99782dd..6ebec27b 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -3,4 +3,5 @@ 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 About.py HarddiskSetup.py __init__.py + MovieSelection.py Setup.py About.py HarddiskSetup.py Satconfig.py \ + __init__.py diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index ac85ca44..4dc5fafe 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,4 +1,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "InfoBar", "MessageBox", "Menu", "MovieSelection", "ScartLoopThrough", "Screen", "ServiceScan", "About", - "TimerEdit", "Setup", "HarddiskSetup"] + "TimerEdit", "Setup", "HarddiskSetup", "Satconfig"] -- 2.30.2