gui/channellist.cpp: allow to edit provider bouquet

This commit is contained in:
[CST] Focus
2014-10-14 16:45:08 +04:00
parent 70fa01b318
commit 00ead6aa95

View File

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