src/gui/epgview.cpp: further corrections for followlist

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e284c68c3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-04 (Sun, 04 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-11-04 22:13:36 +01:00
parent a3b8f9378a
commit 0d56d64975
3 changed files with 22 additions and 15 deletions

View File

@@ -63,6 +63,7 @@ class CEpgData
int epg_done;
bool bigFonts;
bool has_follow_screenings;
bool call_fromfollowlist;
time_t tmp_curent_zeit;
uint64_t prev_id;
@@ -92,7 +93,7 @@ class CEpgData
CEpgData();
void start( );
int show(const t_channel_id channel_id, uint64_t id = 0, time_t* startzeit = NULL, bool doLoop = true );
int show(const t_channel_id channel_id, uint64_t id = 0, time_t* startzeit = NULL, bool doLoop = true, bool callFromfollowlist = false );
void hide();
};