channellist.cpp: enable to lock new_zap_mode

Origin commit data
------------------
Branch: ni/coolstream
Commit: 15d787f79b
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-10 (Sun, 10 Feb 2013)

Origin message was:
------------------
- channellist.cpp: enable to lock new_zap_mode

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-02-10 21:03:43 +01:00
parent dd85ec4ee5
commit 8b1b3b1418
7 changed files with 37 additions and 13 deletions

View File

@@ -91,7 +91,6 @@ private:
bool displayList;
int info_height;
bool new_mode_active;
int ChannelList_Rec;
void paintDetails(int index);
@@ -118,7 +117,7 @@ private:
void processTextToArray(std::string text, int screening = 0);
public:
CChannelList(const char * const Name, bool historyMode = false, bool _vlist = false, bool new_mode_active = false );
CChannelList(const char * const Name, bool historyMode = false, bool _vlist = false);
~CChannelList();
void SetChannelList(ZapitChannelList* channels);