diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-07 12:16:21 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-07 12:16:21 +0000 |
| commit | 1d07d67fdfcc5e3cedb9f5ce48998770264ab5c5 (patch) | |
| tree | 14addfd86b0e5deb09155ce634e2e5f0f0992b9f /lib/dvb/scan.cpp | |
| parent | d2c297e62af0b7325ae058fdd5656044f0917bdd (diff) | |
| download | enigma2-1d07d67fdfcc5e3cedb9f5ce48998770264ab5c5.tar.gz enigma2-1d07d67fdfcc5e3cedb9f5ce48998770264ab5c5.zip | |
dont let turn rotor wild from east to west
Diffstat (limited to 'lib/dvb/scan.cpp')
| -rw-r--r-- | lib/dvb/scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index e1bd0012..ba63ed9f 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -231,7 +231,7 @@ void eDVBScan::addChannelToScan(const eDVBChannelID &chid, iDVBFrontendParameter return; /* otherwise, add it to the todo list. */ - m_ch_toScan.push_back(feparm); + m_ch_toScan.push_front(feparm); // better.. then the rotor not turning wild from east to west :) } int eDVBScan::sameChannel(iDVBFrontendParameters *ch1, iDVBFrontendParameters *ch2) const |
