gui/channellist.cpp: fix compile

This commit is contained in:
[CST] Focus
2015-11-06 17:57:08 +03:00
parent eab8bbec20
commit 020b477a7d

View File

@@ -315,7 +315,7 @@ int CChannelList::doChannelMenu(void)
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&select);
bool empty = (*chanlist).empty();
bool allow_edit = (bouquet && bouquet->zapitBouquet && !bouquet->zapitBouquet->bOther && !bouquet->zapitBouquet->bVirtual);
bool allow_edit = (bouquet && bouquet->zapitBouquet && !bouquet->zapitBouquet->bOther && !bouquet->zapitBouquet->bWebtv);
int i = 0;
snprintf(cnt, sizeof(cnt), "%d", i);