mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- adapt ShowMsg handling from martii's neutrino-mp
This commit is contained in:
@@ -447,7 +447,7 @@ void CBEChannelWidget::deleteChannel()
|
||||
if (selected >= Channels->size()) /* Channels.size() might be 0 */
|
||||
return;
|
||||
|
||||
if (ShowMsgUTF(LOCALE_FILEBROWSER_DELETE, (*Channels)[selected]->getName(), CMessageBox::mbrNo, CMessageBox::mbYes|CMessageBox::mbNo)!=CMessageBox::mbrYes)
|
||||
if (ShowMsg(LOCALE_FILEBROWSER_DELETE, (*Channels)[selected]->getName(), CMessageBox::mbrNo, CMessageBox::mbYes|CMessageBox::mbNo)!=CMessageBox::mbrYes)
|
||||
return;
|
||||
|
||||
g_bouquetManager->Bouquets[bouquet]->removeService((*Channels)[selected]->channel_id);
|
||||
|
Reference in New Issue
Block a user