#286, 288, 285, 242, 282, 296, 293

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@549 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-04-21 09:36:33 +00:00
parent 3ce6dd0a8a
commit 1ec1b2fb81
15 changed files with 238 additions and 140 deletions

View File

@@ -125,6 +125,7 @@ private:
bool fromflash;
CTimerd::RecordingInfo* nextRecordingInfo;
//bool record_mode;
int lastChannelMode;
struct timeval standby_pressed_at;
@@ -258,7 +259,7 @@ public:
int recording_id;
void SendSectionsdConfig(void);
int GetChannelMode(void) {
return g_settings.channel_mode;
return lastChannelMode;
};
void SetChannelMode(int mode);
void quickZap(int msg);