mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CShellWindow: evaluate error output for plausible message output
This commit is contained in:
@@ -212,11 +212,12 @@ void CShellWindow::showResult()
|
||||
btn.paint();
|
||||
}
|
||||
else if (mode & ACKNOWLEDGE_MSG){
|
||||
if (*res == -1)
|
||||
if (*res != 0){
|
||||
DisplayErrorMessage("Please press button");
|
||||
else
|
||||
}else{
|
||||
DisplayInfoMessage("...ready. Please press OK");
|
||||
exit = true;
|
||||
exit = true;
|
||||
}
|
||||
}
|
||||
|
||||
neutrino_msg_t msg;
|
||||
|
Reference in New Issue
Block a user