mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Revert "CChannelList: delete with red yes button"
This reverts commitd7a37f65d0
. User request: Is not desired Origin commit data ------------------ Branch: ni/coolstream Commit:a56bb97b50
Author: Thilo Graf <dbt@novatux.de> Date: 2017-02-09 (Thu, 09 Feb 2017) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -2660,7 +2660,7 @@ void CChannelList::deleteChannel(bool ask)
|
||||
if (!bouquet || !bouquet->zapitBouquet)
|
||||
return;
|
||||
|
||||
if (ask && ShowMsg(LOCALE_FILEBROWSER_DELETE, (*chanlist)[selected]->getName(), CMsgBox::mbrYes, CMsgBox::mbNoYes)!=CMsgBox::mbrYes)
|
||||
if (ask && ShowMsg(LOCALE_FILEBROWSER_DELETE, (*chanlist)[selected]->getName(), CMsgBox::mbrNo, CMsgBox::mbYes|CMsgBox::mbNo)!=CMsgBox::mbrYes)
|
||||
return;
|
||||
|
||||
bouquet->zapitBouquet->removeService((*chanlist)[selected]->getChannelID());
|
||||
|
Reference in New Issue
Block a user