diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-08 12:55:10 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-08 12:55:10 +0000 |
| commit | 9df197b0346cdea53967bf9ed578ff30e2424100 (patch) | |
| tree | 3a8401ade97504263a480a5a170a338cf332edb3 /data | |
| parent | 4eff668d8019ed9255d72b4373f6b1053231f129 (diff) | |
| download | enigma2-9df197b0346cdea53967bf9ed578ff30e2424100.tar.gz enigma2-9df197b0346cdea53967bf9ed578ff30e2424100.zip | |
add ability to select in scan what is todo with existing services (Clear before scan)
a) "yes" means remove all services and transponders for this sat position / all selected sat positions
b) "no" means hold all services and transponders for this sat position / all selected sat positions
this resets all old new found flags (incremental scan)
c) "yes (hold feeds) means the same as a) but hold all feed services/transponders
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin_default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml index 6ebc9527..aeaef247 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -193,7 +193,7 @@ <widget name="Dishpixmap" pixmap="dish.png" position="0,0" size="100,107" /> </screen> <screen name="ChannelSelection" position="90,98" size="560,417" title="Channel Selection"> - <widget name="list" position="00,45" size="560,364" scrollbarMode="showOnDemand" /> + <widget name="list" position="0,45" size="560,364" scrollbarMode="showOnDemand" /> <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" font="Regular;21" /> <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Regular;21" /> <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Regular;21" /> |
