mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
Revert "- channellist.cpp: enable to lock new_zap_mode"
This reverts commit8b1b3b1418
because the display of infobar while zapping is broken with this commit. Origin commit data ------------------ Branch: ni/coolstream Commit:fb892d18ff
Author: vanhofen <vanhofen@gmx.de> Date: 2013-02-15 (Fri, 15 Feb 2013) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user