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

This reverts commit 15d787f79b
because the display of infobar while zapping is broken with
this commit.
This commit is contained in:
svenhoefer
2013-02-15 22:55:45 +01:00
parent fe78bf0580
commit fb892d18ff
7 changed files with 13 additions and 37 deletions

View File

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