mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
src/gui/widget/msgbox.cpp dont block record msg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1f5778b769
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-02-23 (Thu, 23 Feb 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -315,6 +315,9 @@ int CMsgBox::exec()
|
|||||||
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
|
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
|
||||||
loop = false;
|
loop = false;
|
||||||
}
|
}
|
||||||
|
else if (msg == NeutrinoMessages::RECORD_START) {
|
||||||
|
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||||
|
}
|
||||||
//***ignore***
|
//***ignore***
|
||||||
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
|
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
|
||||||
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!
|
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!
|
||||||
|
Reference in New Issue
Block a user