From 88bb260f4d234a13fd0c99b9e03436bda6d10f0a Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 15 Jan 2014 17:30:06 +0100 Subject: Fixed two bugs in blue key handling --- config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3411e8b..9ffb6be 100644 --- a/config.h +++ b/config.h @@ -30,12 +30,14 @@ enum { eStyleFlat }; -enum { - eBlueKeySwitch, + +enum eBlueKeyMode { + eBlueKeySwitch = 0, eBlueKeyEPG, eBlueKeyFavorites }; + class cTvguideConfig { private: public: -- cgit v1.2.3