diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-10 23:07:33 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-10 23:07:33 +0000 |
| commit | da51ddf9784483ff34fc51fcf33971018b8794d2 (patch) | |
| tree | 113ad351c937358a9491d8de3f427cf7f0cbf0e5 /lib/components | |
| parent | b5ca0a1b4676eea8cf2fd9966634cac73bd46e5b (diff) | |
| download | enigma2-da51ddf9784483ff34fc51fcf33971018b8794d2.tar.gz enigma2-da51ddf9784483ff34fc51fcf33971018b8794d2.zip | |
some German translations (especially for the parental control)
improve automatic cable scan
Diffstat (limited to 'lib/components')
| -rw-r--r-- | lib/components/scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/scan.h b/lib/components/scan.h index 5a3ce492..fb6b921f 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -45,7 +45,7 @@ public: void addInitial(const eDVBFrontendParametersTerrestrial &p); /* please keep the flags in sync with lib/dvb/scan.h ! */ - enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8 }; + enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8, clearToScanOnFirstNIT = 16 }; int start(int feid, int flags=0); }; |
