Change default timers weekdays; Fix for fastscan crash; Open video with configured mode instead of PAL - for testing

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@809 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: f06efae567
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-10-02 (Sat, 02 Oct 2010)
This commit is contained in:
[CST] Focus
2010-10-02 12:30:04 +00:00
parent ee8aa1bc11
commit 56c3117405
7 changed files with 170 additions and 157 deletions

View File

@@ -1051,7 +1051,7 @@ public:
int exec(CMenuTarget* parent, const std::string &actionkey);
};
extern CZapitChannel *channel;
extern CZapitChannel *g_current_channel;
extern std::map<transponder_id_t, transponder> select_transponders;
int CTPSelectHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*/)
{
@@ -1106,8 +1106,8 @@ int CTPSelectHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*/
case FE_ATSC:
break;
}
if(!old_selected && channel && channel->getSatellitePosition() == position) {
if(channel->getFreqId() == GET_FREQ_FROM_TPID(tI->first)) {
if(!old_selected && g_current_channel && g_current_channel->getSatellitePosition() == position) {
if(g_current_channel->getFreqId() == GET_FREQ_FROM_TPID(tI->first)) {
old_selected = i;
}
}