diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-12 01:32:16 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-12 01:32:16 +0000 |
| commit | 3ff1dc8555e0bf219e47ed002ea7b66a59bdaeb7 (patch) | |
| tree | 5341f7e07556e0d8c2aa21b59279fe461db46acf /data/menu.xml | |
| parent | 6b4ffd629ddc02f34f6e1dffa614ade47e4436c7 (diff) | |
| download | enigma2-3ff1dc8555e0bf219e47ed002ea7b66a59bdaeb7.tar.gz enigma2-3ff1dc8555e0bf219e47ed002ea7b66a59bdaeb7.zip | |
fix ScanSetup
use ScanSetup for manual scan
Diffstat (limited to 'data/menu.xml')
| -rw-r--r-- | data/menu.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/menu.xml b/data/menu.xml index 7fb76265..d566816b 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -16,8 +16,6 @@ <!--<item text="Standby debug">quitMainloop()</item> <item text="Networksetup">self.openSetup("network")</item>--> <!--<item text="CI"><screen module="Ci" screen="CiSelection" /></item>--> - <item text="Scanconfiguration"><screen module="ScanSetup" screen="ScanSetup" /></item> - <item text="Timerentry"><screen module="TimerEntry" screen="TimerEntry" /></item> <item text="Radio"><code>print "radio mode"</code></item> <item text="Timer"><screen module="TimerEdit" screen="TimerEditList" /></item> <item text="Information"><screen module="About" /></item> @@ -32,7 +30,7 @@ <item text="Satelliteconfig"><screen module="Satconfig" screen="NimSelection" /></item> <item text="Automatic Scan"><screen module="ScanSetup" screen="ScanSimple" /></item> <!--<item text="Automatic Scan"><screen module="ServiceScan" /></item>--> - <item text="Manual Scan"><screen module="ServiceScan" /></item> + <item text="Manual Scan"><screen module="ScanSetup" /></item> <item text="Rotor Control"></item> <item text="Edit Transponder"></item> <!--<item text="Satfinder"></item>--> |
