neutrino.cpp: remeber sort mode for channel list modes

and skip sort for same mode;
comment sorting in CNeutrinoApp::channelsInit - SetChannelMode will do it anyway;
adjust channel list after sorting to keep selected channel unchanged
This commit is contained in:
[CST] Focus
2012-05-10 16:58:03 +04:00
parent 9002cc77d3
commit eb4df7121a
2 changed files with 32 additions and 15 deletions

View File

@@ -119,10 +119,12 @@ private:
bool skipShutdownTimer;
bool pbBlinkChange;
int tvsort[LIST_MODE_LAST];
int radiosort[LIST_MODE_LAST];
CColorSetupNotifier *colorSetupNotifier;
CMoviePluginChangeExec *MoviePluginChanger;
//COnekeyPluginChangeExec *OnekeyPluginChanger;
//CIPChangeNotifier *MyIPChanger;
void SDT_ReloadChannels();
void setupNetwork( bool force= false );