mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CTimerList: remove timeout for delete warning
Timeout for deletions are not a really good idea. This should be controlled by user and it should be durable visualized what he just is doing.
This commit is contained in:
@@ -991,7 +991,7 @@ int CTimerList::show()
|
||||
if (!epgdata.title.empty())
|
||||
title = "(" + epgdata.title + ")\n";
|
||||
snprintf(buf1, sizeof(buf1)-1, g_Locale->getText(LOCALE_TIMERLIST_ASK_TO_DELETE), title.c_str());
|
||||
if (ShowMsg(LOCALE_RECORDINGMENU_RECORD_IS_RUNNING, buf1, CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo, NULL, 450, 30, false) == CMsgBox::mbrNo)
|
||||
if (ShowMsg(LOCALE_RECORDINGMENU_RECORD_IS_RUNNING, buf1, CMsgBox::mbrNo, CMsgBox::mbYesNo, NULL, 450) & CMsgBox::mbrNo)
|
||||
{
|
||||
killTimer = false;
|
||||
update = false;
|
||||
|
Reference in New Issue
Block a user