From 410921eb9ed65f8f1bbbe422aadbc852c7fef62b Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 9 Dec 2016 20:12:05 +0100 Subject: [PATCH] CRecordManager: use default timeout from settings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b273334f46a73a1f955261069fe0d5d6c82a3284 Author: Thilo Graf Date: 2016-12-09 (Fri, 09 Dec 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/record.cpp b/src/driver/record.cpp index ec33188dd..b9ee29bca 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -1418,7 +1418,7 @@ int CRecordManager::exec(CMenuTarget* parent, const std::string & actionKey ) inst->GetRecordString(title, duration); title += duration; tostart = (ShowMsg(LOCALE_RECORDING_IS_RUNNING, title.c_str(), - CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo, NULL, 450, 30) == CMsgBox::mbrYes); + CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo, NULL, 450, DEFAULT_TIMEOUT) == CMsgBox::mbrYes); } if (tostart) { CRecordManager::getInstance()->Record(live_channel_id);