Revert "Revert '- channellist.cpp: enable to lock new_zap_mode'"

This reverts commit 72fd77bb5f.


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



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-02-17 22:55:28 +01:00
parent a44c4bf1b8
commit 119f0c82f6
7 changed files with 37 additions and 13 deletions

View File

@@ -93,7 +93,6 @@ private:
bool displayList;
int info_height;
bool new_mode_active;
int ChannelList_Rec;
void paintDetails(int index);
@@ -120,7 +119,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);