gui/channellist.cpp: fix quick zap and virtual zap, when

empty bouquets present and zap cycle in current bouquet is disabled


Origin commit data
------------------
Commit: 853baa6f29
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-30 (Tue, 30 Jul 2013)
This commit is contained in:
[CST] Focus
2013-07-30 10:26:01 +04:00
parent fe5f861b79
commit dd8cc134fe
2 changed files with 37 additions and 26 deletions

View File

@@ -123,6 +123,7 @@ private:
int emptyLineCount;
void addTextToArray( const std::string & text, int screening );
void processTextToArray(std::string text, int screening = 0);
int getPrevNextBouquet(bool next);
public:
CChannelList(const char * const Name, bool historyMode = false, bool _vlist = false);