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

empty bouquets present and zap cycle in current bouquet is disabled
This commit is contained in:
[CST] Focus
2013-07-30 10:26:01 +04:00
parent 05460d1a4d
commit 853baa6f29
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);