From a919920aa1b7daea22ed96a43d39c409751f8a2f Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 27 Oct 2014 14:02:34 +0300 Subject: [PATCH] gui/channellist.cpp: disable 'other' bouquet edit Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e099cd44132571ab1348aec96e972c879a0c1a6c Author: [CST] Focus Date: 2014-10-27 (Mon, 27 Oct 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 6bae65438..4533a7a5b 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -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);