mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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
------------------
Branch: ni/coolstream
Commit: f06efae567
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-10-02 (Sat, 02 Oct 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user