mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
bouquetlist: mark autogenerated bouquets as readonly
this at least prevents modification from the context menu,
needs more work in the service->bouquetmanagement menus
Origin commit data
------------------
Branch: ni/coolstream
Commit: b61d0d1d3e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -88,7 +88,7 @@ CBouquet* CBouquetList::addBouquet(CZapitBouquet * zapitBouquet)
|
||||
else
|
||||
bname = zapitBouquet->Name.c_str();
|
||||
|
||||
CBouquet* tmp = new CBouquet(BouquetKey, bname, zapitBouquet->bLocked);
|
||||
CBouquet* tmp = new CBouquet(BouquetKey, bname, zapitBouquet->bLocked, !zapitBouquet->bUser);
|
||||
tmp->zapitBouquet = zapitBouquet;
|
||||
Bouquets.push_back(tmp);
|
||||
return tmp;
|
||||
|
Reference in New Issue
Block a user