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

empty bouquets present and zap cycle in current bouquet is disabled


Origin commit data
------------------
Branch: ni/coolstream
Commit: 853baa6f29
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-30 (Tue, 30 Jul 2013)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-07-30 10:26:01 +04:00
parent d485a5b86a
commit d75cb5824d
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);