add needed functions
[enigma2.git] / lib / dvb / scan.cpp
index e1bd00128cc449f2ee8a1aac7f601944d691bf0f..ba63ed9f3667e7b90f8cc679014eb31f4a9722f1 100644 (file)
@@ -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