zapit/src/bouquets.cpp: fix missing channels in remainChannels

Origin commit data
------------------
Commit: c09d5cfb04
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-20 (Fri, 20 Apr 2012)
This commit is contained in:
[CST] Focus
2012-04-20 18:27:26 +04:00
parent b28cd1f229
commit d9e26e8923

View File

@@ -403,7 +403,8 @@ void CBouquetManager::renumChannels(ZapitChannelList &list, int & counter, char
if(!(*it)->pname && pname)
(*it)->pname = pname;
(*it)->has_bouquet = true;
if ((*it)->pname)
(*it)->has_bouquet = true;
}
}