From 22120efb2ac169da69f4658fc20601d8906b7845 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Fri, 24 Feb 2017 12:30:33 +0100 Subject: [PATCH] supplement to bd6935a702d7853abfad2ee42cc02696b7898fb1, add stop msg Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/98afb08c5d17ef73b62fb338c180a6decc701c24 Author: Jacek Jendrzej Date: 2017-02-24 (Fri, 24 Feb 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/msgbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/msgbox.cpp b/src/gui/widget/msgbox.cpp index db9ba0f97..bc364fd9f 100644 --- a/src/gui/widget/msgbox.cpp +++ b/src/gui/widget/msgbox.cpp @@ -315,7 +315,7 @@ int CMsgBox::exec() result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult(); loop = false; } - else if (msg == NeutrinoMessages::RECORD_START) { + else if (msg == NeutrinoMessages::RECORD_START || msg == NeutrinoMessages::RECORD_STOP) { CNeutrinoApp::getInstance()->handleMsg(msg, data); } //***ignore***