epgview/imdb: rename bool 'imdb_activ' to 'imdb_active'

Origin commit data
------------------
Branch: ni/coolstream
Commit: d9e78fac28
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-02 (Tue, 02 Aug 2016)

Origin message was:
------------------
- epgview/imdb: rename bool 'imdb_activ' to 'imdb_active'

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-02 13:05:06 +02:00
parent 57d01e1fbe
commit 46851fe4e0
4 changed files with 26 additions and 26 deletions

View File

@@ -99,7 +99,7 @@ class CEpgData
bool isCurrentEPG(const t_channel_id channel_id);
//NI
bool imdb_activ;
bool imdb_active;
std::string epg_title;
int showIMDb(int ypos, bool splash = false);
int poster_w, poster_h;