diff options
Diffstat (limited to 'footer.h')
-rw-r--r-- | footer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ public: void drawGreenButton(const char *text);
void drawYellowButton();
void drawYellowButton(const char *text);
- void drawBlueButton();
+ void drawBlueButton(bool detailedEPG = false);
void UpdateGroupButtons(const cChannel *channel, bool force = false);
void SetDetailedViewMode(void);
void LeaveDetailedViewMode(const cChannel *channel);
|