mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
gui/channellist.cpp: disable 'other' bouquet edit
This commit is contained in:
@@ -306,7 +306,7 @@ int CChannelList::doChannelMenu(void)
|
|||||||
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&select);
|
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&select);
|
||||||
|
|
||||||
bool empty = (*chanlist).empty();
|
bool empty = (*chanlist).empty();
|
||||||
bool allow_edit = (bouquet && bouquet->zapitBouquet /*&& bouquet->zapitBouquet->bUser*/);
|
bool allow_edit = (bouquet && bouquet->zapitBouquet && !bouquet->zapitBouquet->bOther);
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
snprintf(cnt, sizeof(cnt), "%d", i);
|
snprintf(cnt, sizeof(cnt), "%d", i);
|
||||||
|
Reference in New Issue
Block a user