diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 20:07:13 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 20:07:13 +0000 |
| commit | 2bc0cb62106dd22ff2408ec0784c881d90a622c0 (patch) | |
| tree | b7da1cd9fbc88f790381b488aff834c063e1fa29 /data | |
| parent | fe6a0874378bbf19d0727b6d83c98339407a1142 (diff) | |
| download | enigma2-2bc0cb62106dd22ff2408ec0784c881d90a622c0.tar.gz enigma2-2bc0cb62106dd22ff2408ec0784c881d90a622c0.zip | |
use ScanSimple as "automatic scan"
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/menu.xml b/data/menu.xml index 11f2e138..7fb76265 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -30,7 +30,8 @@ </menu> <menu text="Service Searching"> <item text="Satelliteconfig"><screen module="Satconfig" screen="NimSelection" /></item> - <item text="Automatic Scan"><screen module="ServiceScan" /></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="Rotor Control"></item> <item text="Edit Transponder"></item> |
