gui/channellist.cpp: disable 'other' bouquet edit

Origin commit data
------------------
Branch: ni/coolstream
Commit: e099cd4413
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-27 14:02:34 +03:00
parent e28bb1280d
commit a919920aa1

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->bOther);
int i = 0;
snprintf(cnt, sizeof(cnt), "%d", i);